Re-built organisation permissions

This commit is contained in:
2023-06-07 13:41:14 +01:00
parent 0ca0f83ac4
commit 522718f7ee
10 changed files with 277 additions and 221 deletions

View File

@@ -41,7 +41,7 @@ class OrganisationRoles extends BaseSeed
new Role([
'slug' => 'organisations-admin',
'name' => 'Organisations Administrator',
'description' => 'This role is meant for "organisation administrators", who can basically do anything related to organisations and their members.',
'description' => 'This role is meant for administrators who can basically do anything related to any organisations.',
]),
];
}