mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
refactor: update role permissions and enhance RBAC logic to include own permissions for courses and dashboard access
This commit is contained in:
parent
a1976c5423
commit
9f13884c08
8 changed files with 201 additions and 31 deletions
|
|
@ -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 ✅")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue