Skip to content

Commit

Permalink
Merge branch 'master' into CIV-15727-allocate-Multi
Browse files Browse the repository at this point in the history
  • Loading branch information
drummondjm authored Dec 13, 2024
2 parents f52e7fe + 37d74f6 commit 52ccfd9
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 @@ -173,6 +173,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 @@ -9,6 +9,17 @@
"PageID": "ObligationDate",
"ShowSummaryChangeOption": "Y"
},
{
"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 @@ -104,6 +104,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 52ccfd9

Please sign in to comment.