Skip to content

Commit

Permalink
Merge branch 'master' into feat/CIV-15612
Browse files Browse the repository at this point in the history
# Conflicts:
#	ccd-definition/AuthorisationCaseField/AuthorisationCaseField-caseworkerEvents-nonprod.json
#	ccd-definition/CaseEventToFields/FlagCase-caseworkerEvents-nonprod.json
#	ccd-definition/CaseField/CaseField-caseworkerEvents-nonprod.json
  • Loading branch information
miguelMolina3691 committed Dec 16, 2024
2 parents eb35686 + 37d74f6 commit 5e6c2ba
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,19 @@
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "isFinalOrder",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-admin",
"cui-admin-profile"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "courtStaffNextSteps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
"CallBackURLMidEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/mid/validate-obligation-date",
"PageShowCondition": "obligationDatePresent = \"Yes\""
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CONFIRM_ORDER_REVIEW",
"CaseFieldID": "isFinalOrder",
"PageDisplayOrder": 2,
"PageFieldDisplayOrder": 1,
"DisplayContext": "MANDATORY",
"PageID": "IsFinalOrder",
"ShowSummaryChangeOption": "Y",
"PageShowCondition": "obligationDatePresent = \"No\""
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CONFIRM_ORDER_REVIEW",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "isFinalOrder",
"Label": "Is this a final order?",
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "courtStaffNextSteps",
Expand Down

0 comments on commit 5e6c2ba

Please sign in to comment.