-
Notifications
You must be signed in to change notification settings - Fork 81
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
Empty search correct #1195
Empty search correct #1195
Conversation
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.
LGTM 👍
* repair compound filter to not accept blank string * prettier (cherry picked from commit ee0a93d)
4.4 backport: #1376 |
@MilanPospisil can you please re-check if this works on master? (or am I testing the wrong thing?) .. More specifically, I think the only difference on master is not being able to click the search button .. but it can still come from searching by pressing enter, and then from the url. I think we need to handle at least:
Ideally we should clear |
Ok, I did only button disable, I did forgot about enter and URL never come into my mind. I will create new PR and I will do it. |
Solving this in: |
* repair compound filter to not accept blank string * prettier (cherry picked from commit ee0a93d)
Backport to stable-4.4: 💚 backport PR created✅ Backport PR branch: Backported as #1466 🤖 @patchback |
* repair compound filter to not accept blank string * prettier (cherry picked from commit ee0a93d)
Fixes AAH-820
Compound filter had problem that it accepted blank string (string with only empty spaces). This PR disables filter button in this situation. This corrects the issue for many containers that uses compound filter.