LP1839341: Updating Angular Org Unit Settings for Ang10
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 10 Sep 2020 22:25:31 +0000 (15:25 -0700)
committerMike Rylander <mrylander@gmail.com>
Fri, 19 Aug 2022 17:41:25 +0000 (13:41 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts

index 6c88f9c..4a6f3ce 100644 (file)
@@ -56,7 +56,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: 'config/ui_staff_portal_page_entry',
     component: AdminStaffPortalPageComponent