Skip to content

Commit

Permalink
Move caseoutcome migration event to prod (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprabhuhmcts authored Dec 13, 2024
1 parent 15f4f54 commit 1191ec5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
{"LiveFrom": "01/01/2018", "CaseTypeID": "Benefit", "CaseEventID": "createResponseReceivedTestCase", "AccessProfile": "caseworker-sscs-systemupdate", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Benefit", "CaseEventID": "createResponseReceivedTestCase", "AccessProfile": "caseworker-sscs", "CRUD": "R"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Benefit", "CaseEventID": "createTestCase", "AccessProfile": "caseworker-sscs-systemupdate", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Benefit", "CaseEventID": "createTestCase", "AccessProfile": "caseworker-sscs", "CRUD": "R"},
{"LiveFrom": "02/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseOutcomeMigration", "AccessProfile": "caseworker-sscs-systemupdate", "CRUD": "CRU"},
{"LiveFrom": "02/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseOutcomeMigration", "AccessProfile": "caseworker-sscs", "CRUD": "R"},
{"LiveFrom": "02/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseOutcomeMigration", "AccessProfile": "caseworker-sscs-superuser", "CRUD": "CRU"}
{"LiveFrom": "01/01/2018", "CaseTypeID": "Benefit", "CaseEventID": "createTestCase", "AccessProfile": "caseworker-sscs", "CRUD": "R"}
]
Original file line number Diff line number Diff line change
Expand Up @@ -968,5 +968,8 @@
{"LiveFrom": "06/02/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseManagementLocationMigration", "AccessProfile": "caseworker-sscs-superuser", "CRUD": "CRU"},
{"LiveFrom": "30/10/2024", "CaseTypeID": "Benefit", "CaseEventID": "addHearingOutcome", "AccessProfile": "caseworker-sscs", "CRUD": "CRUD"},
{"LiveFrom": "30/10/2024", "CaseTypeID": "Benefit", "CaseEventID": "addHearingOutcome", "AccessProfile": "caseworker-sscs-clerk", "CRUD": "CRUD"},
{"LiveFrom": "03/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "removeCaseOutcome", "AccessProfile": "caseworker-sscs-superuser", "CRUD": "CRUD"}
{"LiveFrom": "03/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "removeCaseOutcome", "AccessProfile": "caseworker-sscs-superuser", "CRUD": "CRUD"},
{"LiveFrom": "02/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseOutcomeMigration", "AccessProfile": "caseworker-sscs-systemupdate", "CRUD": "CRU"},
{"LiveFrom": "02/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseOutcomeMigration", "AccessProfile": "caseworker-sscs", "CRUD": "R"},
{"LiveFrom": "02/12/2024", "CaseTypeID": "Benefit", "CaseEventID": "caseOutcomeMigration", "AccessProfile": "caseworker-sscs-superuser", "CRUD": "CRU"}
]
13 changes: 1 addition & 12 deletions definitions/benefit/sheets/CaseEvent/CaseEvent-nonprod.json
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
[
{
"LiveFrom": "02/12/2024",
"CaseTypeID": "Benefit",
"ID": "caseOutcomeMigration",
"Name": "Case migrated automatically",
"DisplayOrder": 10007,
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public"
}
]
[]
10 changes: 10 additions & 0 deletions definitions/benefit/sheets/CaseEvent/CaseEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -3259,5 +3259,15 @@
"PostConditionState": "*",
"ShowEventNotes": "Y",
"SecurityClassification": "Public"
},
{
"LiveFrom": "02/12/2024",
"CaseTypeID": "Benefit",
"ID": "caseOutcomeMigration",
"Name": "Case migrated automatically",
"DisplayOrder": 142,
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public"
}
]

0 comments on commit 1191ec5

Please sign in to comment.