-
Notifications
You must be signed in to change notification settings - Fork 79
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
Search with drop-down@allow-multiple not working when form-list@header-dialog=false #105
Comments
Steps to reproduce:
The result for me was the 2 statuses I selected (the first 2: Being Changed and Open (Tentative)) come through just fine. I may have misunderstood what you described, either way I need more detailed steps to reproduce in order to look into this. The steps I described above are an example of what I'm looking for. I also wrote up a short guide for submitting issues and while this issue is generally okay (at least an attempt to describe steps to reproduce) this guidelines here will be helpful to both of us: https://github.com/moqui/moqui-framework/wiki/Issue-and-Pull-Request-Guide |
Steps to reproduce:
Expected results: Outcome: |
Searching an entity with search-form-inputs fails when:
If you change the form-list@header-dialog to true, select only one option or use the same screen through the /apps rather than /vapps URL it finds the results, but when all four conditions above are met, no results are shown.
When printing the parameter with the respective field name immediately after the entity-find, the difference is that when it is working it has a list form (e.g. "[option1, option2]") and when it is not working it does not print the starting nor ending brackets (e.g. "option1, option2").
The text was updated successfully, but these errors were encountered: