From: Jane Sandberg Date: Thu, 10 Sep 2020 22:25:31 +0000 (-0700) Subject: LP1839341: Updating Angular Org Unit Settings for Ang10 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b0c2e62f8106d7c402da5278744aad5edccf74b8;p=working%2FEvergreen.git LP1839341: Updating Angular Org Unit Settings for Ang10 Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts b/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts index e733e242e8..ca952dc4aa 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts @@ -47,7 +47,8 @@ const routes: Routes = [{ component: StandingPenaltyComponent, }, { path: 'asset/org_unit_settings', - loadChildren: '@eg/staff/admin/local/org-unit-settings/org-unit-settings.module#OrgUnitSettingsModule' + loadChildren: () => + import('./org-unit-settings/org-unit-settings.module').then(m => m.OrgUnitSettingsModule) }, { path: 'action/survey', loadChildren: () =>