-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIV-16322 added new event to notify caseworker to take case offline (#…
…5231) * CIV-16322 added new event to notify caseworker to take case offline * CIV-16322 published field for notify event * CIV-16322 added new field to trigger location update * CIV-16322 removed unused event and its authorisation * CIV-16322 Added missing field for the caseEvent reconfig GA --------- Co-authored-by: Raja Mani <[email protected]>
- Loading branch information
1 parent
5be73e7
commit 2a013d5
Showing
5 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
ccd-definition/CaseEventToFields/TriggerAndUpdateLocation-GA-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"CaseEventID": "TRIGGER_UPDATE_GA_LOCATION", | ||
"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_UPDATE_GA_LOCATION", | ||
"CaseFieldID": "settlementSummary", | ||
"PageDisplayOrder": 1, | ||
"PageFieldDisplayOrder": 1, | ||
"DisplayContext": "READONLY", | ||
"PageID": "WorkAllocation", | ||
"ShowSummaryChangeOption": "N" | ||
} | ||
] |
24 changes: 24 additions & 0 deletions
24
ccd-definition/CaseEventToFields/TriggerTaskReconfig-GA-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters