-
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-14025 Caseworker screen: Settle this claim (#4474)
* Add new event and permissions * Remove case worker permission * revert changes * Add new event * CIV-14025 Added new fields * CIV-14025 Added submit event * CIV-14025 Fix comments * CIV-14025 Renamed JO files --------- Co-authored-by: ShwetaTandel-hmcts <[email protected]> Co-authored-by: ShwetaTandel-hmcts <[email protected]> Co-authored-by: Azam <[email protected]>
- Loading branch information
1 parent
93fe623
commit 570fcd9
Showing
5 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
ccd-definition/AuthorisationCaseField/AuthorisationCaseField-SettleDiscontinue-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,28 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "partiesNames", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"caseworker-civil-admin", | ||
"caseworker-civil-staff" | ||
], | ||
"CRUD": "CRU" | ||
} | ||
] | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "settleReason", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"caseworker-civil-admin", | ||
"caseworker-civil-staff" | ||
], | ||
"CRUD": "CRU" | ||
} | ||
] | ||
} | ||
] |
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
25 changes: 25 additions & 0 deletions
25
ccd-definition/CaseEventToFields/SettleClaim-SettleDiscontinue-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,25 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "SETTLE_CLAIM", | ||
"CaseFieldID": "partiesNames", | ||
"PageID": "SettleClaim", | ||
"PageLabel": "Reason for settlement", | ||
"PageDisplayOrder": 1, | ||
"PageFieldDisplayOrder": 1, | ||
"PageColumnNumber": 1, | ||
"DisplayContext": "READONLY", | ||
"ShowSummaryChangeOption": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseEventID": "SETTLE_CLAIM", | ||
"CaseFieldID": "settleReason", | ||
"PageFieldDisplayOrder": 2, | ||
"DisplayContext": "MANDATORY", | ||
"PageID": "SettleClaim", | ||
"PageDisplayOrder": 1, | ||
"PageColumnNumber": 1, | ||
"ShowSummaryChangeOption": "N" | ||
} | ||
] |
19 changes: 19 additions & 0 deletions
19
ccd-definition/CaseField/CaseField-SettleDiscontinue-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,19 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"ID": "partiesNames", | ||
"Label": "**${caseNameHmctsInternal}**", | ||
"FieldType": "Label", | ||
"SecurityClassification": "Public", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"ID": "settleReason", | ||
"Label": "How has the claim been settled?", | ||
"FieldType": "FixedRadioList", | ||
"FieldTypeParameter": "SettleReason", | ||
"SecurityClassification": "Public", | ||
"Searchable": "N" | ||
} | ||
] |
14 changes: 14 additions & 0 deletions
14
ccd-definition/FixedLists/JudgmentOnline/SettleReason-SettleDiscontinue-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,14 @@ | ||
[ | ||
{ | ||
"ID": "SettleReason", | ||
"ListElementCode": "JUDGE_ORDER", | ||
"ListElement": "Settled following judge's order", | ||
"DisplayOrder": 1 | ||
}, | ||
{ | ||
"ID": "SettleReason", | ||
"ListElementCode": "CONSENT_ORDER", | ||
"ListElement": "Consent order approved", | ||
"DisplayOrder": 2 | ||
} | ||
] |