-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Setting modification to address requests from UI_NEXT devs #14996
Conversation
@@ -845,6 +850,7 @@ | |||
help_text=_('Enable preview of new user interface.'), | |||
category=_('System'), | |||
category_slug='system', | |||
hidden=True, |
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.
The one thing I'm not getting from this is how this list of settings to hide came about. Will this just lead to complaints that we hid these?
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.
this field only gets read by UI_NEXT
on UI_NEXT itself we don't need to show enabling UI_NEXT
- Add hidden to indicate to UI_NEXT to hide the field - Add warning_text to indicate to UI_NEXT to display the warning when specific setting is modified - Address some non required field being marked as required
e3917ea
to
35de4ba
Compare
@@ -825,6 +828,7 @@ | |||
help_text=_('Max number of hosts to allow to be created in a single bulk action'), | |||
category=_('Bulk Actions'), | |||
category_slug='bulk', | |||
hidden=True, |
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.
why are these other settings being hidden?
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.
they are not being shown on the UI anyway, and currently its hard coded for the UI to not show these settings
UI_NEXT want this to be dynamic and be determined by the API response
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.
💯
…4996) Modification to settings - Add hidden to indicate to UI_NEXT to hide the field - Add warning_text to indicate to UI_NEXT to display the warning when specific setting is modified - Address some non required field being marked as required
…4996) Modification to settings - Add hidden to indicate to UI_NEXT to hide the field - Add warning_text to indicate to UI_NEXT to display the warning when specific setting is modified - Address some non required field being marked as required
SUMMARY
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION