From dc69128f2b850f745fccca4ff09ebf3336ccecb8 Mon Sep 17 00:00:00 2001 From: sankhajuria Date: Wed, 1 Mar 2023 17:55:37 +0000 Subject: [PATCH] CIV-000 Fix Judgment tab for Staff user (#2285) * Add "caseworker", "caseworker-civil", "caseworker-civil-staff" roles for Judgment related fields * Add "caseworker", "caseworker-civil", "caseworker-civil-staff" roles for Judgment related fields --- .../AuthorisationCaseFieldDJ.json | 22 ++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldDJ.json b/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldDJ.json index 4c26314ba6..6fd546533a 100644 --- a/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldDJ.json +++ b/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldDJ.json @@ -12,7 +12,10 @@ { "UserRoles": [ "caseworker-civil-admin", - "judge-profile" + "judge-profile", + "caseworker-civil", + "caseworker-civil-staff" + ], "CRUD": "R" } @@ -175,7 +178,9 @@ { "UserRoles": [ "caseworker-civil-admin", - "judge-profile" + "judge-profile", + "caseworker-civil", + "caseworker-civil-staff" ], "CRUD": "R" } @@ -248,7 +253,10 @@ { "UserRoles": [ "caseworker-civil-admin", - "judge-profile" + "judge-profile", + "caseworker-civil", + "caseworker-civil-staff" + ], "CRUD": "R" } @@ -267,7 +275,9 @@ { "UserRoles": [ "caseworker-civil-admin", - "judge-profile" + "judge-profile", + "caseworker-civil", + "caseworker-civil-staff" ], "CRUD": "R" } @@ -286,7 +296,9 @@ { "UserRoles": [ "caseworker-civil-admin", - "judge-profile" + "judge-profile", + "caseworker-civil", + "caseworker-civil-staff" ], "CRUD": "R" }