Skip to content

Commit

Permalink
CIV-14112 CCD Event: Discontinue this claim (#4494)
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

---------

Co-authored-by: Azam <[email protected]>
  • Loading branch information
German-A-Amoros and Azam-Hmcts authored Jun 20, 2024
1 parent 8fa1286 commit fc60e3e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "DISCONTINUE_CLAIM_CLAIMANT",
"AccessControl": [
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "NOTIFY_SOLICITOR1_DEFENDANT_SETTLE_CLAIM_MARKED_PAID_IN_FULL",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[

{
"CaseTypeID": "CIVIL",
"ID": "SETTLE_CLAIM",
Expand Down Expand Up @@ -31,5 +30,19 @@
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted",
"RetriesTimeoutAboutToStartEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "DISCONTINUE_CLAIM_CLAIMANT",
"Name": "Discontinue this claim",
"Description": "Discontinue this claim",
"DisplayOrder": 14,
"PreConditionState(s)": "AWAITING_RESPONDENT_ACKNOWLEDGEMENT;AWAITING_APPLICANT_INTENTION;IN_MEDIATION;JUDICIAL_REFERRAL;CASE_PROGRESSION;HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING;DECISION_OUTCOME",
"PostConditionState": "*",
"SecurityClassification": "Public",
"ShowSummary": "N",
"ShowEventNotes": "N",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"RetriesTimeoutAboutToStartEvent": 0
}
]

0 comments on commit fc60e3e

Please sign in to comment.