Skip to content

Commit

Permalink
add respondent2
Browse files Browse the repository at this point in the history
  • Loading branch information
laarmada committed Dec 2, 2024
1 parent 6e4abaf commit d6b9d89
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "NOTIFY_RESPONDENT_SOLICITOR2_FOR_COURT_OFFICER_ORDER",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_DISMISS_CASE_CLAIMANT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,21 @@
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "NOTIFY_RESPONDENT_SOLICITOR1_FOR_COURT_OFFICER_ORDER",
"Name": "Notify Claimant Court Officer",
"Description": "Notify Claimant Court Officer",
"Name": "Notify defendant Court Officer",
"Description": "Notify defendant Court Officer",
"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${CCD_DEF_VERSION}",
"ID": "NOTIFY_RESPONDENT_SOLICITOR2_FOR_COURT_OFFICER_ORDER",
"Name": "Notify defendant Court Officer",
"Description": "Notify defendant Court Officer",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
Expand Down

0 comments on commit d6b9d89

Please sign in to comment.