-
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-14146 CCD PR - Claimant LR screen: Permission granted by the court (
#4561) * CIV-14112 Added ccd event for discontinue claim * CIV-14112 Changed ccd event id * CIV-14112 Fix event name * CIV-14112 Fix event name * CIV-14112 Fix precondition states * Update UserEvents-SettleDiscontinue-nonprod.json * CIV-14128: Initial Commit * CIV-14128:Added midEvent for new Claim Consent page * CIV-14128:Added page title for Claimant Consent screen * CIV-14128:Removed the file as its not needed * CIV-14145 CCD changes for add the court permission view * CIV-14145 CCD changes for add the court permission view * CIV-14128: Added API test for Discontinue Claim * CIV-14145 CCD changes for add the court permission view * CIV-14145 CCD changes for add the court permission view * CIV-14128: Uncommented the lines that are mistakenly committed * CIV-14128: Fixed build errors * CIV-14145 CCD changes for add the court permission view * CIV-14128: Removed the caseworker roles as per review comments * CIV-14145 CCD merge error fixed * CIV-14145 Update current API test with new page data * CIV-14145 Update current API test with new page data * CIV-14128: Removed the caseworker roles as per review comments * CIV-14128: Reverted the change as partiesName is already used in Settle Claim * CIV-14128: Updated the ClaimantConsent pageId to be consistent with other page ids * CIV-14148 Add new screen * CIV-14145 Fix tests tags * CIV-14145 Fix cosmetic change for parties name * CIV-14148 Add new screen elements * CIV-14148 Update new screen show condition * CIV-14148 Update fields * CIV-14148 delete repeated list * CIV-14148 Add API tests * CIV-14148 Refactor Yes or No list * CIV-14146: Added ccd fields - Initial Commit * CIV-14146: Added fields for Permission Granted page * CIV-14146: Updated code to fix midEvent issue * CIV-14146: Updated field definition with HintText * CIV-14146: Updated as per review comments * CIV-14146: Removed duplicate fields * CIV-14146: Added a missing condition --------- Co-authored-by: GermanAmoros <[email protected]> Co-authored-by: Azam <[email protected]> Co-authored-by: German-A-Amoros <[email protected]> Co-authored-by: Omaira-Melo-Hmcts <[email protected]> Co-authored-by: hmcts-version1-ignacio <[email protected]>
- Loading branch information
1 parent
58c4b7b
commit 30d07ab
Showing
4 changed files
with
160 additions
and
4 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
21 changes: 21 additions & 0 deletions
21
ccd-definition/ComplexTypes/DiscontinueClaimClaimant-PermissionGranted-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,21 @@ | ||
[ | ||
{ | ||
"ID": "PermissionGrantedFields", | ||
"ListElementCode": "permissionGrantedJudge", | ||
"HintText": "Judge name", | ||
"ElementLabel": "Permission granted by:", | ||
"FieldType":"Text", | ||
"SecurityClassification": "Public", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "PermissionGrantedFields", | ||
"ListElementCode": "permissionGrantedDate", | ||
"ElementLabel": "On date", | ||
"HintText": "For example, 16 04 2021", | ||
"FieldType": "Date", | ||
"SecurityClassification": "Public", | ||
"Searchable": "N" | ||
} | ||
] | ||
|