ablanchard opened a new issue, #25846: URL: https://github.com/apache/superset/issues/25846
When using single value global filter in a dashboard, removing a value from the filter seems to have no effect. The `Apply filters` button stays disable. The value is still filtering the charts. The only way to remove the clean the filter is to click on `Clear all` #### How to reproduce the bug Create a single value global filter: 1. Load the example dashboard 2. Go to `World Bank's DataWorld Bank's Data` dashboard 3. Click on 'Global filters' side panel 4. Add a new filter, type: `Value`, Name: `country`, dataset: `wb_health_population`, column: `country_name` 5. Disable the checkbox `Can select multiple values` 6. Save the filter Filter should be as <img width="873" alt="Screenshot 2023-11-02 at 18 10 19" src="https://github.com/apache/superset/assets/6951980/b47525ee-06b2-4b97-bada-a07c7e6f134c"> Use the filter: 1. Choose a value from the filter 2. Click on `Apply Filters` 3. Hover the filter and click the cross to remove the value 4. KO the `Apply Filters` button is not clickable and the value is still filtering the data ### Expected results Record from 2.1.0: https://github.com/apache/superset/assets/6951980/1f71ae6a-7f0e-4c5a-b31f-3bdb6ac339d2 ### Actual results Record from 3.0.1 https://github.com/apache/superset/assets/6951980/e93ffb24-234a-4672-b9aa-82c75a75fc1f ### Environment (please complete the following information): - browser type and version: Firefox 119 - superset version: 3.0.1 via docker image `apache/superset:3.0.1` - python version: 3.9.18 - node.js version: `node -v` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional remarks If guided in the right direction, I can propose a fix. Regards, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
