From 24b304b688b1aa62c3e1c0ab9c8ef34941f4dd11 Mon Sep 17 00:00:00 2001 From: Paul Pearson <46532983+paul-pearson@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:54:45 +0000 Subject: [PATCH] CIV-16279 Add citizen auth for gaDraftDocRespondentSol (#5154) CIV-15650 Add citizen auth for gaDraftDocRespondentSol Co-authored-by: Raja Mani --- ...AuthorisationCaseFieldGAspec-R2-CUI-nonprod.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec-R2-CUI-nonprod.json b/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec-R2-CUI-nonprod.json index 17d87312fe..e58604eab6 100644 --- a/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec-R2-CUI-nonprod.json +++ b/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec-R2-CUI-nonprod.json @@ -518,6 +518,19 @@ } ] }, + { + "CaseTypeID": "CIVIL${CCD_DEF_VERSION}", + "CaseFieldID": "gaDraftDocRespondentSol", + "AccessControl": [ + { + "UserRoles": [ + "CITIZEN-CLAIMANT-PROFILE", + "CITIZEN-DEFENDANT-PROFILE" + ], + "CRUD": "CRU" + } + ] + }, { "CaseTypeID": "CIVIL${CCD_DEF_VERSION}", "CaseFieldID": "gaDraftDocument",