-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ui: searchview change should only remove related query params #11576
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
ui: searchview change should only remove related query params #11576
Conversation
With changefilter-honored-on-searchview-change.mp4 |
Prevents removing all query params when there is a change from SearchView element. Signed-off-by: Abhishek Kumar <[email protected]>
12ea655 to
f854965
Compare
|
@shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.20 #11576 +/- ##
============================================
- Coverage 16.17% 16.17% -0.01%
Complexity 13287 13287
============================================
Files 5656 5656
Lines 498008 498015 +7
Branches 60404 60407 +3
============================================
Hits 80541 80541
- Misses 408505 408511 +6
- Partials 8962 8963 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
UI build: ✔️ |
DaanHoogland
left a comment
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.
clgtm
harikrishna-patnala
left a comment
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.
tested on https://qa.cloudstack.cloud/client/pr/11576/#
LGTM
Description
Prevents removing all query params when there is a change from SearchView element.
Currently, all query params are removed as soon as the search is applied from SearchView element. This PR changes to the behaviour to removing only the query params which are from searchFilters of the section.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Before fix,
filter-not-honored-on-searchview-change.mp4
How Has This Been Tested?
How did you try to break this feature and the system with this change?