Skip to content

Commit

Permalink
CIV-14259 Notice of Discontinuance (#4632)
Browse files Browse the repository at this point in the history
* 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-14156: Type of Discontinuance page - Initial Commit

* 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

* CIV-14146: Updated page display order

* CIV-14156:Updated the page labels

* CIV-14156: Updated API tests

* CIV-14156: Updated labels to make them bold

* CIV-14156: Updated labels to make them bold - few more

* CIV-14156: Updated to single quotes

* CIV-14156: Updated as per review comments

* CIV-14156: Updated to just field labels as discussed with Ignacio. This also makes summary page looks consistent

* CIV-14156: Updated label for Permission granted complex type as Summary has no heading displyaed for this

* CIV-14244 Permissions for notification events for DiscontinueClaim

* CIV-14156 Add lines to screens

* CIV-14194 initial commit

* CIV-14194 testcase added

* CIV-14194 updated testcase

* CIV-14244 Permissions for notification events for DiscontinueClaim

* CIV-14244 Change tipe of options

* CIV-14244 Flowflag permissions

* CIV-14244 Revert some changes related to type

* CIV-14244 Revert some changes related to type

* CIV-14259 initial changes

* CIV-14244 Fixing the order for the casefield

* CIV-14259 role permision added

* CIV-14259 role permission updated

---------

Co-authored-by: GermanAmoros <[email protected]>
Co-authored-by: Azam <[email protected]>
Co-authored-by: JamiS <[email protected]>
Co-authored-by: sjamihmcts <[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]>
Co-authored-by: hmcts-version1-ignacio <[email protected]>
  • Loading branch information
9 people committed Jul 22, 2024
1 parent f124322 commit 9d67448
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,50 @@
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "noticeOfDiscontinueCWDoc",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-staff"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "noticeOfDiscontinueAllParitiesDoc",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-staff",
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE",
"judge-profile"
],
"CRUD": "R"
}
]
}
]
16 changes: 16 additions & 0 deletions ccd-definition/CaseField/CaseField-SettleDiscontinue-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,21 @@
"FieldTypeParameter": "ConfirmOrderGivesPermission",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL",
"ID": "noticeOfDiscontinueCWDoc",
"Label": " ",
"FieldType": "CaseDocument",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL",
"ID": "noticeOfDiscontinueAllParitiesDoc",
"Label": " ",
"FieldType": "CaseDocument",
"SecurityClassification": "Public",
"Searchable": "N"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"LiveFrom": "05/07/2024",
"CaseTypeID": "CIVIL",
"CategoryID": "discontinueNotices",
"CategoryLabel": "Notice of Discontinuance",
"DisplayOrder": "5",
"ParentCategoryID": "orders"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"ID": "DocumentType",
"ListElementCode": "NOTICE_OF_DISCONTINUANCE",
"ListElement": "Notice Of Discontinue",
"DisplayOrder": 26
}
]

0 comments on commit 9d67448

Please sign in to comment.