-
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
Advanced search - user input for booleans broken #5896
Comments
We need to fix this one, create a BZ and backport to Ivanchuk. |
ping @h-kataria |
Not sure about the bonus bug (except that it happens when we don't chose any value in the user input select and just reload the screen), but: the issue of not being able to chose anything in the select is caused by this piece of code (in $('#quicksearchbox').on('shown.bs.modal', function () {
if (miqDomElementExists('value_1')) $('#value_1').focus();
}) (I think bootstrap-select can't handle when the hidden select element gets focused.) => #5906 |
@martinpovolny there are couple of BZs related to this |
👍 thanks, adding the second one to the PR. |
(created from #5875 (review), thanks @hstastna)
What I've found so far:
%option
element getsselected
Bonus bug:
reloading the screen when chosing that bool triggers a 500 exception until logout+login:
The text was updated successfully, but these errors were encountered: