Skip to content

Commit

Permalink
CIV-16514 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalachandrasekar1 committed Jan 28, 2025
1 parent bc00941 commit 3813223
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,19 @@
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "joDJCreatedDate",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-staff",
"caseworker-civil-solicitor"
],
"CRUD": "CRU"
}
]
}
]
8 changes: 8 additions & 0 deletions ccd-definition/CaseField/CaseField-JO-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,13 @@
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "joDJCreatedDate",
"Label": " ",
"FieldType": "DateTime",
"SecurityClassification": "Public",
"Searchable": "N"
}
]

0 comments on commit 3813223

Please sign in to comment.