chore(config): Migrating ENABLE_JAVASCRIPT_CONTROLS from app config to a feature flag (#19113)

* first pass migrating config to ff

* nixing a console log from testing

* adding an entry to `UPDATING.md`

* linting 

* Adding ENABLE_JAVASCRIPT_CONTROLS to FEATURE_FLAGS.md

* no longer in need of state!

* Turning the flag back off

* linting... le sigh

* and more linting...
This commit is contained in:
Evan Rusackas
2022-03-14 08:54:02 -06:00
committed by GitHub
parent 8234395466
commit 76b4a14d30
7 changed files with 23 additions and 19 deletions

View File

@@ -43,6 +43,7 @@ These features are **finished** but currently being tested. They are usable, but
- GLOBAL_ASYNC_QUERIES [(docs)](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#async-chart-queries)
- OMNIBAR
- VERSIONED_EXPORT
- ENABLE_JAVASCRIPT_CONTROLS
## Stable
These features flags are **safe for production** and have been tested.