Skip to content

Commit

Permalink
chore: remove roles from business admin
Browse files Browse the repository at this point in the history
Refs: #178
  • Loading branch information
Phil91 committed Aug 27, 2024
1 parent bf706f3 commit 2901493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/technical documentation/06. Roles & Rights Concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ Legend:
| Delete Documents (delete_documents) | x | x | | | | | x | | x | | |
| **User Management** | | | | | | | | | | | |
| Access User Management (view_user_management) | x | x | x | x | x | x | x | x | x | x | |
| Add a new user (add_user_account) | x | x | x | x | | | | | | | |
| Add a new user (add_user_account) | x | x | | x | | | | | | | |
| Delete a user of the same org. (delete_user_account) | x | x | | x | | | | | | | |
| Modify a user of the same org. (modify_user_account) | x | x | x | x | | | | | | | |
| View Offer Roles - apps as well as core offers. Needed for users which can change role assignment and create user accounts (view_client_roles) | x | x | x | x | | | | | | | |
| Modify a user of the same org. (modify_user_account) | x | x | | x | | | | | | | |
| View Offer Roles - apps as well as core offers. Needed for users which can change role assignment and create user accounts (view_client_roles) | x | x | | x | | | | | | | |
| View own user account details (view_own_user_account) | x | x | x | x | x | x | x | x | x | x | |
| Modify my user account (update_own_user_account) | x | x | x | x | x | x | x | x | x | x | |
| Delete my user account (delete_own_user_account) | x | x | x | x | x | x | x | x | x | x | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,8 @@
"Cl2-CX-Portal": [
"view_documents",
"view_app_subscription",
"add_user_account",
"view_company_data",
"view_service_marketplace",
"modify_user_account",
"view_service_offering",
"view_autosetup_status",
"unsubscribe_apps",
Expand All @@ -440,7 +438,6 @@
"view_notifications",
"view_certificates",
"delete_certificates",
"view_client_roles",
"delete_own_user_account",
"unsubscribe_services",
"view_apps",
Expand Down

0 comments on commit 2901493

Please sign in to comment.