Skip to content

Commit

Permalink
CIV-6352 bundle-integration-main (#1818)
Browse files Browse the repository at this point in the history
Co-authored-by: = <[email protected]>
Co-authored-by: karthick mohanasundaram <[email protected]>
Co-authored-by: Mounika Ammineni <[email protected]>
Co-authored-by: filippo-possenti-version1 <[email protected]>
Co-authored-by: vasudevganesanhmcts <[email protected]>
Co-authored-by: Praveen Adusumilli <[email protected]>
Co-authored-by: Zaki Shaik <[email protected]>
Co-authored-by: zakishaik <[email protected]>
Co-authored-by: hmcts-version1-ignacio <[email protected]>
Co-authored-by: Azam <[email protected]>
Co-authored-by: pliao-hmcts <[email protected]>
Co-authored-by: Azam <[email protected]>
Co-authored-by: dtortolaV1 <[email protected]>
Co-authored-by: sampankumar <[email protected]>
Co-authored-by: mounikahmcts <[email protected]>
Co-authored-by: sankhajuria <[email protected]>
Co-authored-by: Sherlyn Khaw <[email protected]>
Co-authored-by: akriti-hmcts <[email protected]>
Co-authored-by: Gareth Lancaster <[email protected]>
Co-authored-by: drummondjm <[email protected]>
Co-authored-by: hmcts-version1-ignacio <[email protected]>
Co-authored-by: LTurkingtonHMCTS <[email protected]>
Co-authored-by: indu2019 <[email protected]>
Co-authored-by: Miguel Molina <[email protected]>
Co-authored-by: dtortolaV1 <[email protected]>
Co-authored-by: sherlynkhaw <[email protected]>
  • Loading branch information
1 parent dfef72f commit b402655
Show file tree
Hide file tree
Showing 22 changed files with 858 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,36 @@
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "asyncStitchingComplete",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"caseworker-civil-admin"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_BUNDLE",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,8 @@
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-solicitor",
"judge-profile"
"judge-profile",
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "caseBundles",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate",
"caseworker-civil-solicitor",
"judge-profile"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "bundleConfiguration",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate",
"caseworker-civil-solicitor",
"judge-profile"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "TrialBundles",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate",
"caseworker-civil-solicitor",
"judge-profile"
],
"CRUD": "CRU"
}
]
}
]
Loading

0 comments on commit b402655

Please sign in to comment.