Skip to content

Commit

Permalink
CIV-13792 Defendant LiP dashboard notifications: judgment by admissio…
Browse files Browse the repository at this point in the history
…n issued (#4438)

CIV-13792 Added event for judgment by admission dashboard notification

Co-authored-by: Azam <[email protected]>
  • Loading branch information
German-A-Amoros and Azam-Hmcts authored Jun 5, 2024
1 parent b77f338 commit 8903953
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_JUDGEMENT_BY_ADMISSION_DEFENDANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_SET_ASIDE_JUDGMENT_DEFENDANT",
Expand Down
16 changes: 16 additions & 0 deletions ccd-definition/CaseEvent/Camunda/DashboardEventsDJ-JO-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"RetriesTimeoutURLSubmittedEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "CREATE_DASHBOARD_NOTIFICATION_JUDGEMENT_BY_ADMISSION_DEFENDANT",
"Name": "DJ Defendant Notification",
"Description": "Create JA Non Divergent Defendant Notification",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "Y",
"ShowEventNotes": "N",
"EndButtonLabel": "Submit",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"RetriesTimeoutURLSubmittedEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "CREATE_DASHBOARD_NOTIFICATION_SET_ASIDE_JUDGMENT_DEFENDANT",
Expand Down

0 comments on commit 8903953

Please sign in to comment.