-
Notifications
You must be signed in to change notification settings - Fork 356
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
Clear modal after Applying advanced search #5909
Clear modal after Applying advanced search #5909
Conversation
Checked commit bmclaughlin@7c7a4de with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 app/views/layouts/_adv_search_footer.html.haml
|
Oh, interesting.. So yeah, I think your fix works just fine 👍 (Just starting to wonder whether we should extend ExplorerPresenter to support hiding modals explicitly, since this is needed for more than just quick search, but that's probably a larger refactoring.) |
Clear modal after Applying advanced search (cherry picked from commit 9686607) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1725838
Ivanchuk backport details:
|
Just a note that we need to backport this PR to hammer to fix the bug https://bugzilla.redhat.com/show_bug.cgi?id=1811145. Thanks. |
Clear modal after Applying advanced search (cherry picked from commit 9686607) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1811145
Hammer backport details:
|
When applying a boolean advanced search the modal is not hidden resulting in an unclickable screen.
Reproduced via:
Compute - Cloud - Instances - All Instances
Advanced search consisting of: Field: Instance : Active = "true"
@miq-bot add_labels bug, compute/cloud
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1725838