Skip to content

Commit

Permalink
Merge branch 'master' into feat/CIV-16514
Browse files Browse the repository at this point in the history
  • Loading branch information
Azam-Hmcts authored Feb 4, 2025
2 parents f3b4aaa + b0a195c commit e0a9512
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
}]
Original file line number Diff line number Diff line change
@@ -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
}]
5 changes: 1 addition & 4 deletions e2e/api/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit e0a9512

Please sign in to comment.