[dataquery] Clear filters btn - #11008
Conversation
|
Tested this on RaisinBread and it works well. Checked both places the button renders. With a single filter it sits to the right of the "and"/"or" condition buttons, and with two filters it shows up in the query tree next to "Add and condition to group". Confirming clears everything and the match count goes back to the full set, cancelling leaves the filters alone, and there is no button when no filters have been added yet. Translations are in for all four languages. One non blocking thing: the confirm dialog does not set |
|
@marandmart This is a new feature, can you change the PR to the main branch? |
|
@HenriRabalais Closing this PR in favour of a new one based on the latest |
Brief summary of changes
Adds a "Remove all filters" button to the DQT filter step, allowing users to remove all chosen filters with a single action instead of deleting each filter individually. The users are prompted to confirm action to avoid issues with accidental clicks of the button.
Change preview
Testing instructions
Link(s) to related issue(s)
Resolves #10634