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:
2021-01-10 08:03:36 +05:30
parent 0ac788dffd
commit 57874daf52
29 changed files with 1116 additions and 829 deletions

View File

@ -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),