Migrate IDM interface patterns

This commit is contained in:
2026-08-03 12:36:49 +02:00
parent 6f6c45f6e2
commit d8643174d7
11 changed files with 766 additions and 84 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ const organizationFunctionActions: OrganizationFunctionActionsUiCapability = {
export const idmModule: PlatformWebModule = {
id: "idm",
label: "i18n:govoplan-idm.idm.61f4a7a2",
version: "0.1.6",
version: "0.1.8",
dependencies: ["identity", "organizations"],
translations,
viewSurfaces: [
@@ -46,7 +46,7 @@ export const idmModule: PlatformWebModule = {
id: "idm.action.view-function-assignments",
moduleId: "idm",
kind: "action",
label: "View function assignments",
label: "i18n:govoplan-idm.view_assignments.2d40d6a5",
order: 40
}
],