Skip to content

Commit

Permalink
CIV-16244 - Authorisation for defendant hmc (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-meulendijks-v1 authored Jan 16, 2025
1 parent 581f540 commit 136bd06
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "GENERATE_HEARING_NOTICE_HMC",
"AccessControl": [
{
"UserRoles": [
"CITIZEN-DEFENDANT-PROFILE"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "NOTIFY_CLAIMANT_HEARING_HMC",
Expand Down

0 comments on commit 136bd06

Please sign in to comment.