-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(RHINENG-13687): convert radio filter to single select #1239
base: master
Are you sure you want to change the base?
Conversation
7c01da0
to
9395925
Compare
9395925
to
a4eafa3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1239 +/- ##
==========================================
- Coverage 63.60% 63.59% -0.01%
==========================================
Files 124 124
Lines 3267 3269 +2
Branches 860 860
==========================================
+ Hits 2078 2079 +1
- Misses 1189 1190 +1 ☔ View full report in Codecov by Sentry. |
0e547ea
to
37b0b1e
Compare
@johnsonm325 we get |
37b0b1e
to
8a4e961
Compare
This PR leverages the new conditional filter type singleSelect to convert radio dropdown filters to single select dropdown filters. These filters can be found on Advisories page -> Publish date filter and Systems page -> Updatable filter.
8a4e961
to
682105a
Compare
@LightOfHeaven1994 The Systems table filter should work now. The PR to fix the Inventory Table has been merged: RedHatInsights/insights-inventory-frontend#2337. And the release to production was done today. |
/retest |
2 similar comments
/retest |
/retest |
This PR leverages the new conditional filter type singleSelect to convert radio dropdown filters to single select dropdown filters. These filters can be found on Advisories page -> Publish date filter and Systems page -> Updatable filter.