Skip to content

Commit

Permalink
CIV-13835 SDO R2 Release Changes (#4380)
Browse files Browse the repository at this point in the history
* SDO R2 Release Changes

* revert local changes

* Add searchable fields

* Fix Feature Toggle flag

* Merge Master

* Remove duplicate fields

* remove duplicate field

* Move to prod tags

* Rename

* Updated non prod test

* CIV-13835 updated Searchable to N

* Remove prod tag

* Skipping this test

---------

Co-authored-by: Azam <106387766+Azam-Hmcts@users.noreply.github.com>
Co-authored-by: Azam <muhammad.ghulam@hmcts.net>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent da2d24b commit 13addc3
Showing 130 changed files with 3,021 additions and 4,372 deletions.
8 changes: 7 additions & 1 deletion bin/build-release-ccd-definition.sh
Original file line number Diff line number Diff line change
@@ -4,7 +4,13 @@ set -eu

environment=${1:-prod}
activateShutter=${2:-false}

if [ ${environment} == prod ]; then
echo "Running build for ${environment}"
activateShutter=true;
else
echo "Running build for ${environment}"
activateShutter=false;
fi
# if any exclusions are updated here, please also update the exclusions map in e2e/tests/unit/utils/dataProvider.js
if [ ${environment} == preview ]; then
excludedFilenamePatterns="-e *-prod.json"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -148,5 +148,77 @@
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "REQUEST_FOR_RECONSIDERATION",
"AccessControl": [
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"judge-profile"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "DECISION_ON_RECONSIDERATION_REQUEST",
"AccessControl": [
{
"UserRoles": [
"judge-profile"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE",
"caseworker-civil-admin",
"legal-adviser"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "NOTIFY_CLAIM_RECONSIDERATION_UPHELD_CLAIMANT",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "NOTIFY_CLAIM_RECONSIDERATION_UPHELD_DEFENDANT",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
}
]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -5588,5 +5588,23 @@
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "isFlightDelayClaimLbl",
"UserRole": "caseworker-civil-solicitor",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "isFlightDelayClaim",
"UserRole": "caseworker-civil-solicitor",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "flightDelayDetails",
"UserRole": "caseworker-civil-solicitor",
"CRUD": "CRU"
}
]

This file was deleted.

This file was deleted.

Loading

0 comments on commit 13addc3

Please sign in to comment.