-
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-7377 mediation successful (#2300)
* add mediation successful fields * change to lower case for date label * mediation successful event * authentication of event * create page for mediation successful event * correct event * mid event to validate date * remove mid event for now * authentication on fields and submit event * add additional title field for mediation successful --------- Co-authored-by: Raja Mani <[email protected]>
- Loading branch information
1 parent
8a8b13a
commit f0f1fe3
Showing
5 changed files
with
132 additions
and
21 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
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
43 changes: 43 additions & 0 deletions
43
ccd-definition/CaseEventToFields/MediationSuccessful-CUI-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,43 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_SUCCESSFUL", | ||
"CaseFieldID": "caseTitle", | ||
"PageFieldDisplayOrder": 1, | ||
"DisplayContext": "READONLY", | ||
"PageID": "MediationSuccessful", | ||
"PageDisplayOrder": 1, | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_SUCCESSFUL", | ||
"CaseFieldID": "defendantNameLabel", | ||
"PageFieldDisplayOrder": 2, | ||
"DisplayContext": "READONLY", | ||
"PageID": "MediationSuccessful", | ||
"PageDisplayOrder": 1, | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_SUCCESSFUL", | ||
"CaseFieldID": "defendantName", | ||
"PageFieldDisplayOrder": 3, | ||
"DisplayContext": "READONLY", | ||
"PageID": "MediationSuccessful", | ||
"PageDisplayOrder": 1, | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_SUCCESSFUL", | ||
"CaseFieldID": "mediationSettlementAgreedAt", | ||
"PageFieldDisplayOrder": 4, | ||
"DisplayContext": "MANDATORY", | ||
"PageID": "MediationSuccessful", | ||
"PageDisplayOrder": 1, | ||
"ShowSummaryChangeOption": "Y", | ||
"RetriesTimeoutURLMidEvent": 0 | ||
} | ||
] |
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