From b23e6e4eeedd17d322744a765a473b5f77c08b61 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Mon, 24 Aug 2026 11:36:41 +0200 Subject: [PATCH] fix(webui): bind organization retention to help --- package.json | 2 +- pyproject.toml | 2 +- src/govoplan_organizations/__init__.py | 2 +- src/govoplan_organizations/backend/manifest.py | 2 +- webui/package.json | 2 +- webui/src/features/organizations/OrganizationsAdminPanel.tsx | 2 ++ 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2fc0db1..d23a7a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/organizations-webui", - "version": "0.1.19", + "version": "0.1.20", "private": true, "type": "module", "main": "webui/src/index.ts", diff --git a/pyproject.toml b/pyproject.toml index eb518e2..07015ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-organizations" -version = "0.1.19" +version = "0.1.20" description = "GovOPlaN organizational model module." readme = "README.md" requires-python = ">=3.12" diff --git a/src/govoplan_organizations/__init__.py b/src/govoplan_organizations/__init__.py index 93a6af0..ba685b0 100644 --- a/src/govoplan_organizations/__init__.py +++ b/src/govoplan_organizations/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN organizations module.""" -__version__ = "0.1.19" +__version__ = "0.1.20" diff --git a/src/govoplan_organizations/backend/manifest.py b/src/govoplan_organizations/backend/manifest.py index 88290a3..abf09a8 100644 --- a/src/govoplan_organizations/backend/manifest.py +++ b/src/govoplan_organizations/backend/manifest.py @@ -144,7 +144,7 @@ def _organizations_dsar_provider(context: ModuleContext) -> object: manifest = ModuleManifest( id="organizations", name="Organizations", - version="0.1.19", + version="0.1.20", required_capabilities=( CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR, diff --git a/webui/package.json b/webui/package.json index 1663faa..c3eebb0 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/organizations-webui", - "version": "0.1.19", + "version": "0.1.20", "private": true, "type": "module", "main": "src/index.ts", diff --git a/webui/src/features/organizations/OrganizationsAdminPanel.tsx b/webui/src/features/organizations/OrganizationsAdminPanel.tsx index 54f737e..4923f81 100644 --- a/webui/src/features/organizations/OrganizationsAdminPanel.tsx +++ b/webui/src/features/organizations/OrganizationsAdminPanel.tsx @@ -190,6 +190,8 @@ export default function OrganizationsAdminPanel({ settings, auth }: { settings: label="i18n:govoplan-organizations.change_retention_days.71bbd140" help={organizationWriteReason(canWrite, busy, "settings")} documentation={ORGANIZATIONS_FIELD_DOCUMENTATION} + helpContextId="organizations.field.audit-retention" + helpModuleId="organizations" >