Skip to content

Commit

Permalink
Merge pull request #63 from hmcts/feature/CIV-1273
Browse files Browse the repository at this point in the history
Feature/civ 1273
  • Loading branch information
faranhmcts authored Feb 18, 2022
2 parents ae4a3ad + 16e80d7 commit 84fb62f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "isPCClaimantMakingApplication",
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "applicantSolicitor1UserDetails",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,13 @@
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "generalApplications",
"ListElementCode": "isPCClaimantMakingApplication",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "generalApplications",
Expand Down
7 changes: 7 additions & 0 deletions ccd-definition/CaseField/CaseFieldGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@
"FieldType": "YesOrNo",
"SecurityClassification": "Public"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"ID": "isPCClaimantMakingApplication",
"Label": " ",
"FieldType": "YesOrNo",
"SecurityClassification": "Public"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"ID": "applicantSolicitor1UserDetails",
Expand Down
7 changes: 7 additions & 0 deletions ccd-definition/ComplexTypes/GeneralApplicationGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@
"ElementLabel": " ",
"SecurityClassification": "Public"
},
{
"ID": "GeneralApplicationGAspec",
"ListElementCode": "isPCClaimantMakingApplication",
"FieldType": "YesOrNo",
"ElementLabel": " ",
"SecurityClassification": "Public"
},
{
"ID": "GeneralApplicationGAspec",
"ListElementCode": "applicantSolicitor1UserDetails",
Expand Down

0 comments on commit 84fb62f

Please sign in to comment.