Skip to content

Commit

Permalink
Merge branch 'master' into Testing-master-code-in-preview-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfallonhmcts authored Jul 29, 2024
2 parents 6870bf2 + cae6dce commit 9b97c7a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"CaseTypeID": "CIVIL",
"CaseEventID": "AMEND_RESTITCH_BUNDLE",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-admin"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"caseworker-civil-solicitor",
"judge-profile"
],
"CRUD": "R"
}
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"CaseTypeID": "CIVIL",
"ID": "AMEND_RESTITCH_BUNDLE",
"Name": "Amend and restitch bundle",
"Description": "Amend and restitch bundle",
"PreConditionState(s)": "PREPARE_FOR_HEARING_CONDUCT_HEARING",
"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 9b97c7a

Please sign in to comment.