Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60b01e5a16 |
@@ -8,6 +8,7 @@ from govoplan_core.core.module_guards import drop_table_retirement_provider, per
|
|||||||
from govoplan_core.core.modules import (
|
from govoplan_core.core.modules import (
|
||||||
DocumentationTopic,
|
DocumentationTopic,
|
||||||
FrontendModule,
|
FrontendModule,
|
||||||
|
FrontendRoute,
|
||||||
MigrationSpec,
|
MigrationSpec,
|
||||||
ModuleContext,
|
ModuleContext,
|
||||||
ModuleInterfaceProvider,
|
ModuleInterfaceProvider,
|
||||||
@@ -171,6 +172,14 @@ manifest = ModuleManifest(
|
|||||||
frontend=FrontendModule(
|
frontend=FrontendModule(
|
||||||
module_id=MODULE_ID,
|
module_id=MODULE_ID,
|
||||||
package_name="@govoplan/scheduling-webui",
|
package_name="@govoplan/scheduling-webui",
|
||||||
|
routes=(
|
||||||
|
FrontendRoute(
|
||||||
|
path="/scheduling",
|
||||||
|
component="SchedulingPage",
|
||||||
|
required_any=(READ_SCOPE,),
|
||||||
|
order=56,
|
||||||
|
),
|
||||||
|
),
|
||||||
public_routes=(
|
public_routes=(
|
||||||
PublicFrontendRoute(
|
PublicFrontendRoute(
|
||||||
path="/scheduling/public/:requestId/:token",
|
path="/scheduling/public/:requestId/:token",
|
||||||
|
|||||||
Reference in New Issue
Block a user