refactor: update role permissions and enhance RBAC logic to include own permissions for courses and dashboard access

This commit is contained in:
swve 2025-08-06 14:12:43 +02:00
parent a1976c5423
commit 9f13884c08
8 changed files with 201 additions and 31 deletions

View file

@ -49,6 +49,8 @@ def install(
email="",
logo_image="",
thumbnail_image="",
about="",
label="",
)
install_create_organization(org, db_session)
print("Default organization created ✅")
@ -91,6 +93,8 @@ def install(
email="",
logo_image="",
thumbnail_image="",
about="",
label="",
)
install_create_organization(org, db_session)
print(orgname + " Organization created ✅")