LP1839341: Updating Angular Org Unit Settings for Ang10
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 10 Sep 2020 22:25:31 +0000 (15:25 -0700)
committerKyle Huckins <khuckins@catalyte.io>
Tue, 9 Feb 2021 18:42:05 +0000 (18:42 +0000)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts

index 46571a0..5da3049 100644 (file)
@@ -32,7 +32,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: () =>