feat: classify organizations product area
This commit is contained in:
@@ -18,6 +18,7 @@ from govoplan_core.core.modules import (
|
||||
ModuleManifest,
|
||||
NavItem,
|
||||
PermissionDefinition,
|
||||
ProductAreaContribution,
|
||||
RoleTemplate,
|
||||
)
|
||||
from govoplan_core.core.provider_governance import declared_module_architecture
|
||||
@@ -181,6 +182,17 @@ manifest = ModuleManifest(
|
||||
order=70,
|
||||
),
|
||||
),
|
||||
product_areas=(
|
||||
ProductAreaContribution(
|
||||
id="people-responsibility",
|
||||
module_id="organizations",
|
||||
label="i18n:govoplan-core.product_area.people_responsibility",
|
||||
icon="users",
|
||||
description="i18n:govoplan-core.product_area.people_responsibility_description",
|
||||
surface_ids=("organizations.nav.organizations", "organizations.route.organizations"),
|
||||
order=70,
|
||||
),
|
||||
),
|
||||
view_surfaces=(
|
||||
ViewSurface(
|
||||
id="organizations.admin.tenant",
|
||||
|
||||
Reference in New Issue
Block a user