From: Jason Etheridge Date: Tue, 5 Apr 2022 18:49:13 +0000 (-0400) Subject: LP1859701 fix routing from admin page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dce78092e61641a0a4513e50b6a7f7d4a5a33516;p=working%2FEvergreen.git LP1859701 fix routing from admin page Signed-off-by: Jason Etheridge --- 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 c8b4352338..e64f60c163 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 @@ -67,7 +67,8 @@ const routes: Routes = [{ import('./triggers/triggers.module').then(m => m.TriggersModule) }, { path: 'money/cash_reports', - loadChildren: '@eg/staff/admin/local/cash-reports/cash-reports.module#CashReportsModule' + loadChildren: () => + import('./cash-reports/cash-reports.module').then(m => m.CashReportsModule) }, { path: ':schema/:table', component: BasicAdminPageComponent