simchaNielsen opened a new pull request #12171:
URL: https://github.com/apache/superset/pull/12171
### SUMMARY
This PR add some functionality to Native Filters Modal config:
1. Sync scoping tree in Native filters config modal:
- Save selected scopes to redux
- Get selected scopes from redux and populate them to the tree
- Correct processing scoping per selected filter on left side of modal
☝️ Scoping tree clone logic of old scope tree that worked with `FilterBox`
filters. This tree save data in redux `nativeFilters` domain and in future this
data will be used to filter specific charts
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
https://user-images.githubusercontent.com/56388545/102875497-8be25000-444c-11eb-9e1a-b3bc53592268.mov
### TEST PLAN
<!--- What steps should be taken to verify the changes -->
### ADDITIONAL INFORMATION
<!--- Check any relevant boxes with "x" -->
<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
- [ ] Has associated issue:
- [x] Changes UI
- [ ] Requires DB Migration.
- [ ] Confirm DB Migration upgrade and downgrade tested.
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]