-
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-7379 mediation unsuccessful (#2313)
* Merge master * Update: auth field for mediation unsuccessful * Revert process definition * Update: rename to reason --------- Co-authored-by: CalderonF <[email protected]> Co-authored-by: Raja Mani <[email protected]>
- Loading branch information
1 parent
67e3485
commit c3f7145
Showing
6 changed files
with
152 additions
and
0 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
42 changes: 42 additions & 0 deletions
42
ccd-definition/CaseEventToFields/MeditionUnsuccessful-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,42 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_UNSUCCESSFUL", | ||
"CaseFieldID": "caseTitle", | ||
"DisplayContext": "READONLY", | ||
"PageID": "mediationUnsuccessful", | ||
"PageDisplayOrder": 1, | ||
"PageFieldDisplayOrder": 2, | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_UNSUCCESSFUL", | ||
"CaseFieldID": "defendantNameLabel", | ||
"DisplayContext": "READONLY", | ||
"PageID": "mediationUnsuccessful", | ||
"PageDisplayOrder": 1, | ||
"PageFieldDisplayOrder": 2, | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_UNSUCCESSFUL", | ||
"CaseFieldID": "defendantName", | ||
"DisplayContext": "READONLY", | ||
"PageID": "mediationUnsuccessful", | ||
"PageDisplayOrder": 1, | ||
"PageFieldDisplayOrder": 3, | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "MEDIATION_UNSUCCESSFUL", | ||
"CaseFieldID": "unsuccessfulMediationReason", | ||
"DisplayContext": "MANDATORY", | ||
"PageID": "mediationUnsuccessful", | ||
"PageDisplayOrder": 1, | ||
"PageFieldDisplayOrder": 4, | ||
"ShowSummaryChangeOption": "Y" | ||
} | ||
] |
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
20 changes: 20 additions & 0 deletions
20
ccd-definition/FixedLists/MediationUnsuccessfulReasons.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,20 @@ | ||
[ | ||
{ | ||
"ID": "MediationUnsuccessfulReasons", | ||
"ListElementCode": "PARTY_WITHDRAWS", | ||
"ListElement": "Party withdraws from mediation", | ||
"DisplayOrder": 1 | ||
}, | ||
{ | ||
"ID": "MediationUnsuccessfulReasons", | ||
"ListElementCode": "APPOINTMENT_NO_AGREEMENT", | ||
"ListElement": "Appointment no agreement reached", | ||
"DisplayOrder": 2 | ||
}, | ||
{ | ||
"ID": "MediationUnsuccessfulReasons", | ||
"ListElementCode": "APPOINTMENT_NOT_ASSIGNED", | ||
"ListElement": "Appointment not assigned", | ||
"DisplayOrder": 3 | ||
} | ||
] |