Skip to content

Commit

Permalink
CIV-15044 - Add authorisation for document for disclosure defendant (#…
Browse files Browse the repository at this point in the history
…4805)

Co-authored-by: dharmendra kumar <[email protected]>
  • Loading branch information
m-meulendijks-v1 and dharmendrak authored Sep 6, 2024
1 parent 39425cf commit 709f7e1
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,24 @@
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "documentForDisclosureRes",
"AccessControl": [
{
"UserRoles": [
"CITIZEN-DEFENDANT-PROFILE"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"CITIZEN-CLAIMANT-PROFILE"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "documentDisclosureListRes",
Expand Down

0 comments on commit 709f7e1

Please sign in to comment.