mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
chore!: remove ROW_LEVEL_SECURITY feature flag (permanently enable) (#19230)
* permanently turn on rls feature flag * unused imports * docs * docs * unused import
This commit is contained in:
committed by
GitHub
parent
7f85da6e5b
commit
ab3770667c
@@ -277,9 +277,6 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
|
||||
category="Security",
|
||||
category_label=__("Security"),
|
||||
icon="fa-lock",
|
||||
menu_cond=lambda: feature_flag_manager.is_feature_enabled(
|
||||
"ROW_LEVEL_SECURITY"
|
||||
),
|
||||
)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user