Skip to content

Commit

Permalink
CIV-16279 Add citizen auth for gaDraftDocRespondentSol (#5154)
Browse files Browse the repository at this point in the history
CIV-15650 Add citizen auth for gaDraftDocRespondentSol

Co-authored-by: Raja Mani <[email protected]>
  • Loading branch information
paul-pearson and rajakm authored Dec 12, 2024
1 parent 86ce8c4 commit 24b304b
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,19 @@
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "gaDraftDocRespondentSol",
"AccessControl": [
{
"UserRoles": [
"CITIZEN-CLAIMANT-PROFILE",
"CITIZEN-DEFENDANT-PROFILE"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "gaDraftDocument",
Expand Down

0 comments on commit 24b304b

Please sign in to comment.