[DURACOM-191] change routing for workspaceitems-edit-page

This commit is contained in:
Andrea Barbasso
2024-01-10 17:02:09 +01:00
parent 5c0ceab794
commit 43241a237a
4 changed files with 68 additions and 93 deletions

View File

@@ -180,8 +180,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: 'workspaceitems',
loadChildren: () => import('./workspaceitems-edit-page/workspaceitems-edit-page.module')
.then((m) => m.WorkspaceitemsEditPageModule),
loadChildren: () => import('./workspaceitems-edit-page/workspaceitems-edit-page-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{