Skip to content
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

Dynamic query filters #68

Open
andreacampo opened this issue Jan 30, 2023 · 0 comments
Open

Dynamic query filters #68

andreacampo opened this issue Jan 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andreacampo
Copy link
Collaborator

andreacampo commented Jan 30, 2023

The visibility of some filters in the query configuration depends on the value of other related filters.
E.g. The two filters below, Product and bigIntNbDigits are visible only when the value of showAdditionalMeta is set to "Enabled"

image

But when setting the value of showAdditionalMeta to "Disabled", the two filters are still visible:

image

Solution: when doing a refresh in the query configuration all the filters should be set to the initial Data Provider status. The provider would be in charge to send everytime the complete list of filter values.

@andreacampo andreacampo added the enhancement New feature or request label Jan 30, 2023
@andreacampo andreacampo changed the title Filters Dynamic query filters Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants