From 2c1ed1646465c20e0d4bc77af5b210ca397f70a6 Mon Sep 17 00:00:00 2001 From: Ida Date: Thu, 4 Jun 2026 13:07:51 +0200 Subject: [PATCH] moved tenant role permission functionality to tenant page, removed tenant role permission page --- modules/system/mainSystem.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/system/mainSystem.py b/modules/system/mainSystem.py index 21d0cbee..0bec2946 100644 --- a/modules/system/mainSystem.py +++ b/modules/system/mainSystem.py @@ -265,15 +265,6 @@ NAVIGATION_SECTIONS = [ "order": 10, "adminOnly": True, }, - { - "id": "admin-mandate-role-permissions", - "objectKey": "ui.admin.mandateRolePermissions", - "label": t("Rollen-Berechtigungen"), - "icon": "FaKey", - "path": "/admin/mandate-role-permissions", - "order": 20, - "adminOnly": True, - }, { "id": "admin-mandates", "objectKey": "ui.admin.mandates",