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:
2021-01-19 07:10:14 +05:30
parent 361d012d34
commit 2b5cf93ece
23 changed files with 668 additions and 13 deletions

View File

@ -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: () =>