From 37d74f656d003ee7bcfae11d349d601049de8286 Mon Sep 17 00:00:00 2001 From: Miguel Molina <93722947+miguelMolina3691@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:24:13 +0000 Subject: [PATCH] CIV-15868 COR all final orders screen (#5155) Co-authored-by: mounikahmcts <43175082+mounikahmcts@users.noreply.github.com> --- ...orisationCaseField-caseworkerEvents-nonprod.json | 13 +++++++++++++ .../FlagCase-caseworkerEvents-nonprod.json | 11 +++++++++++ .../CaseField-caseworkerEvents-nonprod.json | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-caseworkerEvents-nonprod.json b/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-caseworkerEvents-nonprod.json index 2df8466f41..3c1a678c03 100644 --- a/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-caseworkerEvents-nonprod.json +++ b/ccd-definition/AuthorisationCaseField/AuthorisationCaseField-caseworkerEvents-nonprod.json @@ -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", diff --git a/ccd-definition/CaseEventToFields/FlagCase-caseworkerEvents-nonprod.json b/ccd-definition/CaseEventToFields/FlagCase-caseworkerEvents-nonprod.json index 534158dcf8..4338764a7c 100644 --- a/ccd-definition/CaseEventToFields/FlagCase-caseworkerEvents-nonprod.json +++ b/ccd-definition/CaseEventToFields/FlagCase-caseworkerEvents-nonprod.json @@ -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", diff --git a/ccd-definition/CaseField/CaseField-caseworkerEvents-nonprod.json b/ccd-definition/CaseField/CaseField-caseworkerEvents-nonprod.json index 6db1f68b60..623a47a8fd 100644 --- a/ccd-definition/CaseField/CaseField-caseworkerEvents-nonprod.json +++ b/ccd-definition/CaseField/CaseField-caseworkerEvents-nonprod.json @@ -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",