mistercrunch commented on PR #33864: URL: https://github.com/apache/superset/pull/33864#issuecomment-2998314391
Not sure, but I'm wondering if this can break things for people that have attached roles to it (?) Quick grep shows more low-cap 'security': ``` 16:52 $ git grep 'class_permission_name.*".ecurity"' superset/views/groups.py: class_permission_name = "security" superset/views/logs.py: class_permission_name = "security" superset/views/roles.py: class_permission_name = "security" superset/views/users_list.py: class_permission_name = "security" ``` -- 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]
