diff --git a/ccd-definition/CaseEvent/Camunda/CaseEventsCUI.json b/ccd-definition/CaseEvent/Camunda/CaseEventsCUI.json index 1f621b5b34..b2467b296e 100644 --- a/ccd-definition/CaseEvent/Camunda/CaseEventsCUI.json +++ b/ccd-definition/CaseEvent/Camunda/CaseEventsCUI.json @@ -24,6 +24,7 @@ "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", "ShowSummary": "N", "ShowEventNotes": "N", - "RetriesTimeoutURLAboutToSubmitEvent": 0 + "RetriesTimeoutURLAboutToSubmitEvent": 0, + "Publish": "Y" } ] diff --git a/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json b/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json index cffb93a89c..6022358873 100644 --- a/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json +++ b/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json @@ -198,5 +198,15 @@ "PageID": "WorkAllocationIntegrationFields", "PageDisplayOrder": 2, "Publish": "Y" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "GENERATE_RESPONSE_DQ_LIP_SEALED", + "CaseFieldID": "claimantBilingualLanguagePreference", + "PageFieldDisplayOrder": 2, + "DisplayContext": "READONLY", + "PageID": "WorkAllocationIntegrationFields", + "PageDisplayOrder": 2, + "Publish": "Y" } ]