From bae50434b84712fc88c3769ebc81294828e5ec92 Mon Sep 17 00:00:00 2001 From: drummondjm <93932689+drummondjm@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:07:47 +0000 Subject: [PATCH 1/2] CIV-0000 fix api tests (#5345) fix api tests --- e2e/api/steps.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/e2e/api/steps.js b/e2e/api/steps.js index 8ef8a76dc6..bc5037f553 100644 --- a/e2e/api/steps.js +++ b/e2e/api/steps.js @@ -1538,10 +1538,7 @@ const assertValidData = async (data, pageId, solicitor) => { // to a hidden wa page and do not appear in mid event handlers, which is fine as they are not currently used. // After minti release the fields are linked to a page and hidden via field show conditions and get returned correctly. responseBody.data.allocatedTrack = caseData.allocatedTrack; - - if(pageId === 'TrackAllocation' || pageId === 'FinalOrderSelect') { - responseBody.data.respondent1Represented = caseData.respondent1Represented; - } + responseBody.data.respondent1Represented = caseData.respondent1Represented; } if(sdoR2Flag){ delete responseBody.data['smallClaimsFlightDelayToggle']; From b0a195c52d4c455be6ccf8d933f43aad197f99be Mon Sep 17 00:00:00 2001 From: jeswanth-hmcts <134285996+jeswanth-hmcts@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:00:05 +0000 Subject: [PATCH 2/2] CIV-15963 notify claimant online after defendant lip noc (#5293) CIV-16035 renamed to support prod and non prod Co-authored-by: sankhajuria --- ...date-LipVsLr-after-defendant-noc-nonprod.json | 6 ++++++ ...ents-LipVsLr-after-defendant-noc-nonprod.json | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 ccd-definition/AuthorisationCaseEvent/systemUpdate-LipVsLr-after-defendant-noc-nonprod.json create mode 100644 ccd-definition/CaseEvent/Camunda/DashboardEvents-LipVsLr-after-defendant-noc-nonprod.json diff --git a/ccd-definition/AuthorisationCaseEvent/systemUpdate-LipVsLr-after-defendant-noc-nonprod.json b/ccd-definition/AuthorisationCaseEvent/systemUpdate-LipVsLr-after-defendant-noc-nonprod.json new file mode 100644 index 0000000000..38d43dc93e --- /dev/null +++ b/ccd-definition/AuthorisationCaseEvent/systemUpdate-LipVsLr-after-defendant-noc-nonprod.json @@ -0,0 +1,6 @@ +[{ + "CaseTypeID": "CIVIL${CCD_DEF_VERSION}", + "CaseEventID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" +}] diff --git a/ccd-definition/CaseEvent/Camunda/DashboardEvents-LipVsLr-after-defendant-noc-nonprod.json b/ccd-definition/CaseEvent/Camunda/DashboardEvents-LipVsLr-after-defendant-noc-nonprod.json new file mode 100644 index 0000000000..ad697f0467 --- /dev/null +++ b/ccd-definition/CaseEvent/Camunda/DashboardEvents-LipVsLr-after-defendant-noc-nonprod.json @@ -0,0 +1,16 @@ +[{ + "CaseTypeID": "CIVIL${CCD_DEF_VERSION}", + "ID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT", + "Name": "Case online", + "Description": "Generate Dashboard Notification in CUI", + "PreConditionState(s)": "*", + "PostConditionState": "*", + "SecurityClassification": "Public", + "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", + "ShowSummary": "Y", + "ShowEventNotes": "N", + "EndButtonLabel": "Submit", + "RetriesTimeoutAboutToStartEvent": 0, + "RetriesTimeoutURLAboutToSubmitEvent": 0, + "RetriesTimeoutURLSubmittedEvent": 0 +}]