Commits

Yura Bondarenko authored d9eb05d40ef
77205: Refactor admin-access-control to access-control
No tags

src/app/+admin/admin-routing.module.ts

Modified
11 11 @NgModule({
12 12 imports: [
13 13 RouterModule.forChild([
14 14 {
15 15 path: REGISTRIES_MODULE_PATH,
16 16 loadChildren: () => import('./admin-registries/admin-registries.module')
17 17 .then((m) => m.AdminRegistriesModule),
18 18 },
19 19 {
20 20 path: ACCESS_CONTROL_MODULE_PATH,
21 - loadChildren: () => import('../admin-access-control/admin-access-control.module')
22 - .then((m) => m.AdminAccessControlModule),
21 + loadChildren: () => import('../access-control/access-control.module')
22 + .then((m) => m.AccessControlModule),
23 23 },
24 24 {
25 25 path: 'search',
26 26 resolve: { breadcrumb: I18nBreadcrumbResolver },
27 27 component: AdminSearchPageComponent,
28 28 data: { title: 'admin.search.title', breadcrumbKey: 'admin.search' }
29 29 },
30 30 {
31 31 path: 'workflow',
32 32 resolve: { breadcrumb: I18nBreadcrumbResolver },

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut