-
Notifications
You must be signed in to change notification settings - Fork 296
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 #36683 - Add help icons to rpm filters #10698
Conversation
Issues: #36683 |
[test katello] |
2028e62
to
91c5fe3
Compare
[test katello] |
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.
webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js
Outdated
Show resolved
Hide resolved
webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js
Outdated
Show resolved
Hide resolved
91c5fe3
to
d7d06f6
Compare
d7d06f6
to
9279704
Compare
The margin of the emptyState should in the matching content modal should be fixed now with the latest commit. |
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.
Works for me
(cherry picked from commit 7bf5ec6)
(cherry picked from commit 7bf5ec6)
What are the changes introduced in this pull request?
Added a few help texts to let users know that RPM filters don't apply to modular packages.
Considerations taken when implementing this change?
What are the testing steps for this pull request?
Go to CV > Filters > Create a RPM filter
Add a new filter rule. There should be a new help icon on the modal.
After creating the rule, go to Check matching content in row kebab actions. That modal should also have the help text.
Also updated, empty matching content message to highlight only non-modular packages are matched.