Skip to content

Commit

Permalink
CIV-15605 - HwF case worker event - 'this event could not be created' (
Browse files Browse the repository at this point in the history
…#4960)

updated user roles.
  • Loading branch information
neeta-hmcts authored Oct 17, 2024
1 parent 74a5702 commit 53a1152
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "subTitleHwfDetails",
"AccessControl": [
{
"UserRoles": [
"cui-admin-profile"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "claimIssuedHwfDetails",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,8 @@
{
"UserRoles": [
"CITIZEN-CLAIMANT-PROFILE",
"citizen-profile"
"citizen-profile",
"cui-admin-profile"
],
"CRUD": "CRU"
},
Expand Down

0 comments on commit 53a1152

Please sign in to comment.