Skip to content

Commit

Permalink
CIV-16322 Added missing field for the caseEvent reconfig GA
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthidoppalapudihmcts committed Jan 23, 2025
1 parent 40b65f5 commit 7f15237
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ccd-definition/CaseEvent/Camunda/CaseEventsGASpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Original file line number Diff line number Diff line change
@@ -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"
}
]

0 comments on commit 7f15237

Please sign in to comment.