mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(migration): 87d38ad83218 failing on upgrade (#30275)
This commit is contained in:
@@ -38,7 +38,7 @@ from superset.migrations.shared.security_converge import ( # noqa: E402
|
||||
Pvm,
|
||||
)
|
||||
|
||||
NEW_PVMS = {"Dashboard": ("can_view_chart_as_table",)}
|
||||
NEW_PVMS = {"Dashboard": ("can_view_chart_as_table", "can_view_query")}
|
||||
|
||||
PVM_MAP = {
|
||||
Pvm("Dashboard", "can_view_and_drill"): (
|
||||
|
||||
Reference in New Issue
Block a user