Skip to content

Commit

Permalink
CIV-14750 Case stayed dashboard notifications (#4754)
Browse files Browse the repository at this point in the history
* CIV-14745 - Stay the case

* CIV-14745 - remove the 'the' from the name

* Update UserEvents-caseworkerEvents-nonprod.json

* CIV 14748 Stay case permissions

* CIV-14750 Case Stayed dashboard notification

---------

Co-authored-by: meulendijksm <[email protected]>
Co-authored-by: m-meulendijks-v1 <[email protected]>
Co-authored-by: kannan-v-hmcts <[email protected]>
Co-authored-by: VijayaKumarK <[email protected]>
  • Loading branch information
5 people authored Sep 23, 2024
1 parent 7b167ad commit d4f779d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,17 @@
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_DISMISS_CASE_DEFENDANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_STAY_CASE_CLAIMANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_STAY_CASE_DEFENDANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,31 @@
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "CREATE_DASHBOARD_NOTIFICATION_STAY_CASE_CLAIMANT",
"Name": "Stay Case Claimant",
"Description": "Stay Case claimant",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "CREATE_DASHBOARD_NOTIFICATION_STAY_CASE_DEFENDANT",
"Name": "Stay Case Defendant",
"Description": "Stay Case Defendant",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
}
]

0 comments on commit d4f779d

Please sign in to comment.