-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixes 3336: expose module_hotfixes flag as checkbox for repo #196
Fixes 3336: expose module_hotfixes flag as checkbox for repo #196
Conversation
<FormGroup fieldId='enable_module_hotfixes'> | ||
<Switch | ||
label='Modularity filtering disabled' | ||
labelOff='Modularity filtering enabled' |
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.
Could you add an ouiId flag to this similar to what was done here for QE.
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.
added!
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.
Ack pending above comment.
/retest |
Hi With toggle switch not selected in UI, the default state, i.e. Modularity filtering disabled
Now with Modularity filtering switch selected, "Modularity filtering disabled" shows in the UI, and a new snapshot (but no new publication): In the repo it says:
|
@jlsherrill @Andrewgdewar any advice here on how we can make this clearer for users? do you think sufficient documentation / reaching out to support will be enough or should I make any changes here to address the confusion? |
Docs team will get to this, I think its OK for now. |
Summary
Adds a switch to disable modularity filtering to the Add / Edit Repository modals. Default is to have modularity filtering enabled (
module_hotfixes = false
) and the switch set to off.Testing steps
Modularity filtering disabled
in the UI)module_hotfixes = true
Modularity filtering enabled
in the UI)module_hotfixes = false