mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(roles): allow Public role to read themes (#37295)
This commit is contained in:
@@ -433,8 +433,9 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
||||
("can_time_range", "Api"),
|
||||
("can_query_form_data", "Api"),
|
||||
("can_query", "Api"),
|
||||
# CSS for dashboard styling
|
||||
# CSS and themes for dashboard styling
|
||||
("can_read", "CssTemplate"),
|
||||
("can_read", "Theme"),
|
||||
# Embedded dashboard support
|
||||
("can_read", "EmbeddedDashboard"),
|
||||
# Datasource metadata for chart rendering
|
||||
|
||||
Reference in New Issue
Block a user