Skip to content

Commit

Permalink
CIV-14233 Validate discontinuance claim (#4559)
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-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-14233 added validate discontinue event

* Updated role permission

* 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-14233 field value 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]>
  • Loading branch information
8 people authored Jul 9, 2024
1 parent 2d6b069 commit 9f1b14a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,18 @@
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "VALIDATE_DISCONTINUE_CLAIM_CLAIMANT",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-staff"
],
"CRUD": "CRU"
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE"
"APP-SOL-SPEC-PROFILE",
"caseworker-civil-admin",
"caseworker-civil-staff"
],
"CRUD": "CRU"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,20 @@
"ShowEventNotes": "N",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"RetriesTimeoutAboutToStartEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "VALIDATE_DISCONTINUE_CLAIM_CLAIMANT",
"Name": "Validate discontinuance",
"Description": "Validate discontinuance",
"DisplayOrder": 15,
"PreConditionState(s)": "AWAITING_RESPONDENT_ACKNOWLEDGEMENT;AWAITING_APPLICANT_INTENTION;IN_MEDIATION;JUDICIAL_REFERRAL;CASE_PROGRESSION;HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING;DECISION_OUTCOME",
"PostConditionState": "*",
"EventEnablingCondition": "isPermissionGranted = \"YES\"",
"SecurityClassification": "Public",
"ShowSummary": "N",
"ShowEventNotes": "N",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"RetriesTimeoutAboutToStartEvent": 0
}
]

0 comments on commit 9f1b14a

Please sign in to comment.