Feature: Case Source to filter the cases using a select.
Fix: Import cases was flipping court status and office status
This commit is contained in:
@ -18,6 +18,10 @@ const routes: Routes = [
|
||||
path: 'case-types',
|
||||
loadChildren: () => import('./case-types/case-types.module').then((mod) => mod.CaseTypesModule),
|
||||
},
|
||||
{
|
||||
path: 'cases',
|
||||
loadChildren: () => import('./cases/cases.module').then((mod) => mod.CasesModule),
|
||||
},
|
||||
{
|
||||
path: 'contacts',
|
||||
loadChildren: () => import('./contacts/contacts.module').then((mod) => mod.ContactsModule),
|
||||
|
||||
Reference in New Issue
Block a user