diff --git a/ccd-definition/CaseEvent/Camunda/CaseEventsGASpec.json b/ccd-definition/CaseEvent/Camunda/CaseEventsGASpec.json index 4cedb9568f..048784a8cb 100644 --- a/ccd-definition/CaseEvent/Camunda/CaseEventsGASpec.json +++ b/ccd-definition/CaseEvent/Camunda/CaseEventsGASpec.json @@ -87,6 +87,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/TriggerTaskReconfig-GA-nonprod.json b/ccd-definition/CaseEventToFields/TriggerTaskReconfig-GA-nonprod.json new file mode 100644 index 0000000000..f5572d8993 --- /dev/null +++ b/ccd-definition/CaseEventToFields/TriggerTaskReconfig-GA-nonprod.json @@ -0,0 +1,24 @@ +[ + { + "CaseTypeID": "CIVIL${CCD_DEF_VERSION}", + "CaseEventID": "TRIGGER_TASK_RECONFIG_GA", + "CaseFieldID": "gaEaCourtLocation", + "PageDisplayOrder": 1, + "PageFieldDisplayOrder": 1, + "DisplayContext": "READONLY", + "PageID": "WorkAllocation", + "PageShowCondition": "settlementSummary=\"DO NOT SHOW IN UI\"", + "ShowSummaryChangeOption": "N", + "Publish": "Y" + }, + { + "CaseTypeID": "CIVIL${CCD_DEF_VERSION}", + "CaseEventID": "TRIGGER_TASK_RECONFIG_GA", + "CaseFieldID": "settlementSummary", + "PageDisplayOrder": 1, + "PageFieldDisplayOrder": 1, + "DisplayContext": "READONLY", + "PageID": "WorkAllocation", + "ShowSummaryChangeOption": "N" + } +]