Skip to content

Commit

Permalink
CIV-15229 dashboard notification stay lifted
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelMolina3691 committed Oct 23, 2024
1 parent 065c219 commit 64214b1
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 @@ -82,5 +82,17 @@
"CaseEventID": "NOTIFY_DEFENDANT2_STAY_UPDATE_REQUESTED",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_CLAIMANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_DEFENDANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,31 @@
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_CLAIMANT",
"Name": "Dashboard stay lifted",
"Description": "Dashboard stay lifted 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_LIFTED_DEFENDANT",
"Name": "Dashboard stay lifted",
"Description": "Dashboard stay lifted 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 64214b1

Please sign in to comment.