3
0
Fork 0

fix: grant access to alembic, tables, master view admin for new apps

This commit is contained in:
Lance Edgar 2025-12-31 21:46:50 -06:00
parent c6417b7b8b
commit 481a6d95b0

View file

@ -201,8 +201,22 @@ class CommonView(View):
# also make "Site Admin" role
site_admin_perms = [
"alembic.migrations.list",
"alembic.migrations.create",
"alembic.migrations.view",
"alembic.migrations.delete",
"alembic.migrations.configure",
"alembic.dashboard",
"alembic.migrate",
"app_tables.list",
"app_tables.create",
"app_tables.view",
"appinfo.list",
"appinfo.configure",
"master_views.list",
"master_views.create",
"master_views.configure",
"app_tables.view",
"people.list",
"people.create",
"people.view",