Hearing Date is not not null and unique for the court case.
Data import also needs to reflect this. Cause List made.
This commit is contained in:
@ -13,6 +13,10 @@ const routes: Routes = [
|
||||
path: 'advocates',
|
||||
loadChildren: () => import('./advocates/advocates.module').then((mod) => mod.AdvocatesModule),
|
||||
},
|
||||
{
|
||||
path: 'cause-list',
|
||||
loadChildren: () => import('./cause-list/cause-list.module').then((mod) => mod.CauseListModule),
|
||||
},
|
||||
{
|
||||
path: 'case-sources',
|
||||
loadChildren: () =>
|
||||
|
||||
Reference in New Issue
Block a user