-
Notifications
You must be signed in to change notification settings - Fork 129
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
Filter with default configuration is not applied if the link was opened in a new browser tab #4018
Comments
trx0eth7
added
triage
Issue is waiting for triage
type: bug
Something isn't working
labels
Dec 20, 2024
sorry guys, this bug is specific to our project |
can't reproduce in demo project |
glebfox
added
state: can't reproduce
Cannot reproduce the problem
and removed
triage
Issue is waiting for triage
labels
Dec 20, 2024
trx0eth7
changed the title
Filter is not applied if the link was opened in a new browser tab
Filter with default configuration is not applied if the link was opened in a new browser tab
Dec 20, 2024
glebfox
added
in: flowui
triage
Issue is waiting for triage
size: M
and removed
state: can't reproduce
Cannot reproduce the problem
triage
Issue is waiting for triage
labels
Dec 20, 2024
For QAIt is necessary to double-check the case from the #3520 too |
Tested on: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Jmix version: 2.4.2
Bug Description
If you share a link that contains filter values, the values are reset and the filter is not applied
E.g. http://localhost:8080/users?genericFilterCondition=property:username_contains_vasilev
Steps To Reproduce
user-list-view.xml
like thisAR:
url doesn't contain value in filter, list of user wasn't filtered in view
http://localhost:8080/users?genericFilterCondition=property:username_contains_
ER:
url contains filter with value, list of user was filtered in view
http://localhost:8080/users?genericFilterCondition=property:username_contains_vasilev
The text was updated successfully, but these errors were encountered: