Skip to content

Commit

Permalink
CIV-15849 citizen access gaAddlDoc (#5081)
Browse files Browse the repository at this point in the history
CIV-15849 let citizen to access their gaAddlDoc collections

Co-authored-by: sankhajuria <[email protected]>
  • Loading branch information
pliao-hmcts and sankhajuria authored Nov 21, 2024
1 parent 7515dbd commit 0c2d2be
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,5 +555,29 @@
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "gaAddlDocClaimant",
"AccessControl": [
{
"UserRoles": [
"CITIZEN-CLAIMANT-PROFILE"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "gaAddlDocRespondentSol",
"AccessControl": [
{
"UserRoles": [
"CITIZEN-DEFENDANT-PROFILE"
],
"CRUD": "CRU"
}
]
}
]

0 comments on commit 0c2d2be

Please sign in to comment.