moved tenant role permission functionality to tenant page, removed tenant role permission page

This commit is contained in:
Ida 2026-06-04 13:07:51 +02:00
parent b1d4137935
commit 2c1ed16464

View file

@ -265,15 +265,6 @@ NAVIGATION_SECTIONS = [
"order": 10, "order": 10,
"adminOnly": True, "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", "id": "admin-mandates",
"objectKey": "ui.admin.mandates", "objectKey": "ui.admin.mandates",