From fa1e31e2a6c2cb255ba98212c13371cd5e11ff51 Mon Sep 17 00:00:00 2001 From: hfilmore Date: Thu, 16 Oct 2025 14:48:28 +0100 Subject: [PATCH 1/2] DFPL-2842 add a Specific Access Approver and change a judge to CIVIL --- .../resources/cftlib-am-role-assignments.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/service/src/cftlib/resources/cftlib-am-role-assignments.json b/service/src/cftlib/resources/cftlib-am-role-assignments.json index 48c7e762f29..0322f06b7b7 100644 --- a/service/src/cftlib/resources/cftlib-am-role-assignments.json +++ b/service/src/cftlib/resources/cftlib-am-role-assignments.json @@ -96,6 +96,16 @@ "readOnly": false, "attributes": { "caseType": "CARE_SUPERVISION_EPO", "jurisdiction": "PUBLICLAW", "primaryLocation": "234946", "region": "7" }, "authorisations": [] + }, + { + "roleType": "ORGANISATION", + "roleName": "specific-access-approver-judiciary", + "grantType": "STANDARD", + "roleCategory": "JUDICIAL", + "classification": "PUBLIC", + "readOnly": false, + "attributes": { "caseType": "CARE_SUPERVISION_EPO", "jurisdiction": "PUBLICLAW", "primaryLocation": "234946", "region": "7" }, + "authorisations": ["316"] } ], "overrideAll": true @@ -111,7 +121,7 @@ "roleCategory": "JUDICIAL", "classification": "PUBLIC", "readOnly": false, - "attributes": { "caseType": "CARE_SUPERVISION_EPO", "jurisdiction": "PUBLICLAW", "primaryLocation": "373584", "region": "1" }, + "attributes": { "caseType": "CIVIL", "jurisdiction": "CIVIL", "primaryLocation": "373584", "region": "1" }, "authorisations": ["316"] }, { @@ -121,7 +131,7 @@ "roleCategory": "JUDICIAL", "classification": "PRIVATE", "readOnly": false, - "attributes": { "caseType": "CARE_SUPERVISION_EPO", "jurisdiction": "PUBLICLAW", "primaryLocation": "373584", "region": "1" }, + "attributes": { "caseType": "CIVIL", "jurisdiction": "CIVIL", "primaryLocation": "373584", "region": "1" }, "authorisations": [] } ], From 56acfe27b3d2902052ef2a190b97c459c7693fcb Mon Sep 17 00:00:00 2001 From: hfilmore Date: Thu, 16 Oct 2025 16:28:05 +0100 Subject: [PATCH 2/2] DFPL-2842 change judge back to PUBLICLAW --- service/src/cftlib/resources/cftlib-am-role-assignments.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/cftlib/resources/cftlib-am-role-assignments.json b/service/src/cftlib/resources/cftlib-am-role-assignments.json index 0322f06b7b7..6a58729f1e6 100644 --- a/service/src/cftlib/resources/cftlib-am-role-assignments.json +++ b/service/src/cftlib/resources/cftlib-am-role-assignments.json @@ -121,7 +121,7 @@ "roleCategory": "JUDICIAL", "classification": "PUBLIC", "readOnly": false, - "attributes": { "caseType": "CIVIL", "jurisdiction": "CIVIL", "primaryLocation": "373584", "region": "1" }, + "attributes": { "caseType": "CARE_SUPERVISION_EPO", "jurisdiction": "PUBLICLAW", "primaryLocation": "373584", "region": "1" }, "authorisations": ["316"] }, { @@ -131,7 +131,7 @@ "roleCategory": "JUDICIAL", "classification": "PRIVATE", "readOnly": false, - "attributes": { "caseType": "CIVIL", "jurisdiction": "CIVIL", "primaryLocation": "373584", "region": "1" }, + "attributes": { "caseType": "CARE_SUPERVISION_EPO", "jurisdiction": "PUBLICLAW", "primaryLocation": "373584", "region": "1" }, "authorisations": [] } ],