From 53a1152c60fe3d9ca1529a9b754e764307cbf2b8 Mon Sep 17 00:00:00 2001 From: neeta-hmcts <115545612+neeta-hmcts@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:05:35 +0100 Subject: [PATCH] CIV-15605 - HwF case worker event - 'this event could not be created' (#4960) updated user roles. --- .../AuthorisationCaseField-HWF-R2-CUI.json | 12 ++++++++++++ .../AuthorisationCaseField-R2-CUI.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-HWF-R2-CUI.json b/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-HWF-R2-CUI.json index 0f85170159..05a82e7a47 100644 --- a/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-HWF-R2-CUI.json +++ b/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-HWF-R2-CUI.json @@ -74,6 +74,18 @@ } ] }, + { + "CaseTypeID": "CIVIL", + "CaseFieldID": "subTitleHwfDetails", + "AccessControl": [ + { + "UserRoles": [ + "cui-admin-profile" + ], + "CRUD": "CRU" + } + ] + }, { "CaseTypeID": "CIVIL", "CaseFieldID": "claimIssuedHwfDetails", diff --git a/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-R2-CUI.json b/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-R2-CUI.json index 8befd5f13e..bd58e88cee 100644 --- a/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-R2-CUI.json +++ b/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-R2-CUI.json @@ -2446,7 +2446,8 @@ { "UserRoles": [ "CITIZEN-CLAIMANT-PROFILE", - "citizen-profile" + "citizen-profile", + "cui-admin-profile" ], "CRUD": "CRU" },