-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26e17db
commit 8fb5b71
Showing
59 changed files
with
2,039 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
ccd-definition/AuthorisationCaseField/systemUpdate-CaseFlags-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "applicantExperts", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRUD" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "applicantWitnesses", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRUD" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "respondent1Witnesses", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRUD" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "respondent1Experts", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRUD" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "respondent2Witnesses", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRUD" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseFieldID": "respondent2Experts", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRUD" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
ccd-definition/AuthorisationCaseState/AuthorisationCaseState-CaseFlags-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"CaseStateID": "JUDICIAL_REFERRAL", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"caseflags-admin" | ||
], | ||
"CRUD": "CRU" | ||
}, | ||
{ | ||
"UserRoles": [ | ||
"caseflags-viewer" | ||
], | ||
"CRUD": "R" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.