Skip to content

Commit

Permalink
Merge pull request #60 from hmcts/feature/CIV-950_3
Browse files Browse the repository at this point in the history
Feature/civ 950 3
  • Loading branch information
faranhmcts authored Feb 16, 2022
2 parents 4a2f38f + bcc56b2 commit ae4a3ad
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,21 @@
"CRUD": "R"
}
]
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "generalAppDeadlineNotification",
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRUD"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "generalAppDeadlineNotificationDate",
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRUD"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -409,5 +409,12 @@
"ListElementCode": "respondentSolicitor1EmailAddress",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseFieldID": "generalApplications",
"ListElementCode": "generalAppDeadlineNotification",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
}
]
11 changes: 11 additions & 0 deletions ccd-definition/CaseEventToFields/InitiateApplicationGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,16 @@
"PageDisplayOrder": 8,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"CaseEventID": "GENERAL_APPLICATION_CREATION",
"CaseFieldID": "generalAppDeadlineNotification",
"PageFieldDisplayOrder": 1,
"DisplayContext": "MANDATORY",
"PageID": "generalAppDeadlineNotificationPage",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "N"
}
]
14 changes: 14 additions & 0 deletions ccd-definition/CaseField/CaseFieldGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,19 @@
"Label": "Do you agree that the court should make the order that the applicant has requested?",
"FieldType": "GARespondentRepresentativeGAspec",
"SecurityClassification": "Public"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"ID": "generalAppDeadlineNotification",
"Label": " ",
"FieldType": "GeneralApplicationGAspec",
"SecurityClassification": "Public"
},
{
"CaseTypeID": "GENERALAPPLICATION",
"ID": "generalAppDeadlineNotificationDate",
"Label": " ",
"FieldType": "TextArea",
"SecurityClassification": "Public"
}
]
7 changes: 7 additions & 0 deletions ccd-definition/ComplexTypes/GeneralApplicationGAspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,12 @@
"ElementLabel": " ",
"FieldType": "Email",
"SecurityClassification": "Public"
},
{
"ID": "GeneralApplicationGAspec",
"ListElementCode": "generalAppDeadlineNotification",
"ElementLabel": " ",
"FieldType": "TextArea",
"SecurityClassification": "Public"
}
]

0 comments on commit ae4a3ad

Please sign in to comment.