Project pending approvals as authorized work
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@ const approvalsAdminSections: AdminSectionsUiCapability = {
|
||||
export const approvalsModule: PlatformWebModule = {
|
||||
id: "approvals",
|
||||
label: "i18n:govoplan-approvals.approvals",
|
||||
version: "0.1.14",
|
||||
version: "0.1.18",
|
||||
dependencies: ["access"],
|
||||
optionalDependencies: ["workflow_engine", "audit", "files", "notifications", "policy"],
|
||||
optionalDependencies: ["workflow_engine", "audit", "files", "notifications", "policy", "tasks"],
|
||||
translations: generatedTranslations,
|
||||
routes: [{ path: "/approvals", anyOf: ["approvals:workspace:read"], order: 37, surfaceId: "approvals.workspace", render: (context) => createElement(ApprovalsPage, context) }],
|
||||
navItems: [{ to: "/approvals", label: "i18n:govoplan-approvals.approvals", iconName: "list-checks", anyOf: ["approvals:workspace:read"], order: 37, surfaceId: "approvals.navigation" }],
|
||||
|
||||
Reference in New Issue
Block a user