Skip to content

Commit

Permalink
CIV-11851 Next Hearing Details Handler (#4205)
Browse files Browse the repository at this point in the history
* Change UPDATE_NEXT_HEARING_DETAILS event to have an about to submit callback. Added delete permissions for system user on nextHearingDetails field

* Changed UpdateNextHearingInfo event to trigger about to start and submit

---------

Co-authored-by: GarethLancaster <[email protected]>
Co-authored-by: mounikahmcts <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2024
1 parent 08c74ea commit 93b4927
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"CaseTypeID": "CIVIL",
"CaseEventID": "UPDATE_NEXT_HEARING_DETAILS",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
"CRUD": "CRUD"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
"CRUD": "CRUD"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"Publish": "Y",
"RetriesTimeoutAboutToStartEvent": 3,
"RetriesTimeoutURLAboutToSubmitEvent": 3
},
{
Expand All @@ -21,7 +23,7 @@
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"Publish": "Y",
Expand Down

0 comments on commit 93b4927

Please sign in to comment.