Skip to content

Commit

Permalink
Updated case event auths to allow next-hearing-date-admin access to t…
Browse files Browse the repository at this point in the history
…he nextHearingDetails field at the following case states: DECISION_OUTCOME, ALL_FINAL_ORDERS_ISSUED, CASE_STAYED, CASE_SETTLED, CASE_DISMISSED, PROCEEDS_IN_HERITAGE_SYSTEM
  • Loading branch information
Gareth40342 committed Jun 18, 2024
1 parent b7eeb16 commit c8a7986
Showing 1 changed file with 48 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[
{
"CaseTypeID": "CIVIL",
Expand All @@ -23,5 +22,53 @@
"next-hearing-date-admin"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseStateID": "DECISION_OUTCOME",
"UserRoles": [
"next-hearing-date-admin"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseStateID": "All_FINAL_ORDERS_ISSUED",
"UserRoles": [
"next-hearing-date-admin"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseStateID": "CASE_STAYED",
"UserRoles": [
"next-hearing-date-admin"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseStateID": "CASE_SETTLED",
"UserRoles": [
"next-hearing-date-admin"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseStateID": "CASE_DISMISSED",
"UserRoles": [
"next-hearing-date-admin"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseStateID": "PROCEEDS_IN_HERITAGE_SYSTEM",
"UserRoles": [
"next-hearing-date-admin"
],
"CRUD": "CRUD"
}
]

0 comments on commit c8a7986

Please sign in to comment.