-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Settings - utils should properly display Objects #21202
Copy link
Copy link
Closed
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!We will accept PRs from all issues marked as "help wanted". Thanks for your support!status/possible-duplicate
Metadata
Metadata
Assignees
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!We will accept PRs from all issues marked as "help wanted". Thanks for your support!status/possible-duplicate
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
Settings with objects as values cooperate for editing and for saves but display as [Object object] because the display utils in settingsUtils did not get properly updated in #18963 to actually display the object in a way that is readable
to fix this should be just making the display function handle objects, and maybe adding a regression test.
when #21201 is fixed then this would be hidden again, so it's good that that bug brought visibility here
What did you expect to happen?
display the object in a way that is readable after it is saved and after editing is over
Client information
Client Information
Run
geminito enter the interactive CLI, then run the/aboutcommand.Login information
No response
Anything else we need to know?
No response