Skip to content

Commit

Permalink
CIV-0000 MCI Release (#4834)
Browse files Browse the repository at this point in the history
* Moved HMC, AHN and NHD changes to base and prod files
* Moved MCI/ Unavailable dates release files from nonprod to base
* Removed MCI post fix from mci case event to complextype files
---------

Co-authored-by: GarethLancaster <[email protected]>
  • Loading branch information
Gareth40343 and Gareth40342 authored Oct 1, 2024
1 parent 4a01d20 commit ac7e2de
Show file tree
Hide file tree
Showing 72 changed files with 3,126 additions and 3,555 deletions.

This file was deleted.

This file was deleted.

45 changes: 45 additions & 0 deletions ccd-definition/AuthorisationCaseEvent/AuthorisationCaseEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,5 +1018,50 @@
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "MANAGE_CONTACT_INFORMATION",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-solicitor",
"caseworker-civil-admin"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"GS_profile"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CONTACT_INFORMATION_UPDATED",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-solicitor",
"caseworker-civil-admin"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "ADD_UNAVAILABLE_DATES",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-solicitor",
"caseworker-civil-admin"
],
"CRUD": "CR"
}
]
}
]
8 changes: 0 additions & 8 deletions ccd-definition/AuthorisationCaseEvent/staff-MCI-nonprod.json

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions ccd-definition/AuthorisationCaseEvent/staff.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,17 @@
"CaseEventID": "JUDICIAL_REFERRAL",
"UserRole": "caseworker-civil-staff",
"CRUD": "R"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "MANAGE_CONTACT_INFORMATION",
"UserRole": "caseworker-civil-staff",
"CRUD": "R"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "ADD_UNAVAILABLE_DATES",
"UserRole": "caseworker-civil-staff",
"CRUD": "R"
}
]

This file was deleted.

12 changes: 12 additions & 0 deletions ccd-definition/AuthorisationCaseEvent/systemUpdate.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,17 @@
"CaseEventID": "UPDATE_CASE_PROGRESS_HMC",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CONTACT_INFORMATION_UPDATED",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CONTACT_INFORMATION_UPDATED_WA",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
}
]
Loading

0 comments on commit ac7e2de

Please sign in to comment.