villebro commented on a change in pull request #10946:
URL:
https://github.com/apache/incubator-superset/pull/10946#discussion_r490593414
##########
File path: superset/app.py
##########
@@ -261,8 +261,8 @@ def init_views(self) -> None:
if self.config["ENABLE_ROW_LEVEL_SECURITY"]:
appbuilder.add_view(
RowLevelSecurityFiltersModelView,
- "Row Level Security Filters",
- label=__("Row level security filters"),
+ "Row Level Security",
+ label=__("Row level security"),
Review comment:
Since all elements related to RLS are under this view, "Filters" can be
removed to make the menu narrower.
----------------------------------------------------------------
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]