Release v0.1.16
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 19:52:11 +02:00
parent bd72a3f277
commit 6e9393c9c7
6 changed files with 13 additions and 12 deletions
+3 -2
View File
@@ -53,7 +53,7 @@ from govoplan_idm.backend.workflow_definitions import (
from govoplan_idm.backend.search_source import create_idm_search_source
MODULE_VERSION = "0.1.15"
MODULE_VERSION = "0.1.16"
IDM_READ_SCOPES = (
"idm:organization_assignment:read",
@@ -417,7 +417,8 @@ manifest = ModuleManifest(
"Create the unit and function in Organizations first. Make sure the person and account exist in Identity. "
"Then create the assignment in IDM. Direct assignments state who holds the function. Delegated assignments require a source assignment and a delegable function. "
"Acting-for assignments require a source assignment, an acting account, and a function that allows acting in place. "
"Access maps accepted function facts to roles and rights; without such a mapping, the assignment is recorded but does not grant application permissions."
"Access maps accepted function facts to roles and rights; without such a mapping, the assignment is recorded but does not grant application permissions. "
"The assignment workspace uses the available application width so governance controls and assignment data remain visible together."
),
layer="configured",
documentation_types=("admin", "user"),