betodealmeida commented on code in PR #40527:
URL: https://github.com/apache/superset/pull/40527#discussion_r3423081472


##########
superset/views/groups.py:
##########
@@ -25,7 +25,7 @@
 
 class GroupsListView(BaseSupersetView):
     route_base = "/"
-    class_permission_name = "security"
+    class_permission_name = "Security"

Review Comment:
   It seems to me that we're changing an internal property just to make the UI 
work. Can we instead change how the menus are surfaced? Maybe using `lower()` 
in the comparison?



-- 
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]

Reply via email to