feat: classify organizations product area
This commit is contained in:
@@ -18,6 +18,7 @@ from govoplan_core.core.modules import (
|
|||||||
ModuleManifest,
|
ModuleManifest,
|
||||||
NavItem,
|
NavItem,
|
||||||
PermissionDefinition,
|
PermissionDefinition,
|
||||||
|
ProductAreaContribution,
|
||||||
RoleTemplate,
|
RoleTemplate,
|
||||||
)
|
)
|
||||||
from govoplan_core.core.provider_governance import declared_module_architecture
|
from govoplan_core.core.provider_governance import declared_module_architecture
|
||||||
@@ -181,6 +182,17 @@ manifest = ModuleManifest(
|
|||||||
order=70,
|
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=(
|
view_surfaces=(
|
||||||
ViewSurface(
|
ViewSurface(
|
||||||
id="organizations.admin.tenant",
|
id="organizations.admin.tenant",
|
||||||
|
|||||||
Reference in New Issue
Block a user