-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config sheet: Show advanced params if not default or not empty #2313
Conversation
… are not empty Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Job #1427: Bundle Size — 11MiB (~+0.01%).Warning Bundle contains 19 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
View job #1427 report View florian-h05:config-sheet-advance... branch activity View project dashboard |
As explained to Florian "This is more of a behavioral change than a visual one ... The point is that if, for example, you use the API security configuration and change an advanced setting there, it should then always be displayed without having to activate "Show Advanced". So as soon as an "advanced" setting is not at its default value, it is always displayed, even if "Show Advanced" is not activated." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Advanced parameters should be shown to the user if they have:
This is more transparent to the user and improves the UX, because the user does not need to enable "show advanced" just to check whether he has set up advanced parameters.