Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIV-15759 CIV-16208 Add new rpa event: 600 COSC #5105

Merged
merged 11 commits into from
Dec 11, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,41 @@
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "joDefendantMarkedPaidInFullIssueDate",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "joMarkedPaidInFullIssueDate",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "joCoscRpaStatus",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
}
]
25 changes: 25 additions & 0 deletions ccd-definition/CaseField/CaseField-JO-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,30 @@
"FieldType": "Date",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "joDefendantMarkedPaidInFullIssueDate",
"Label": " ",
"FieldType": "DateTime",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "joMarkedPaidInFullIssueDate",
"Label": " ",
"FieldType": "DateTime",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "joCoscRpaStatus",
"Label": " ",
"FieldType": "FixedList",
"FieldTypeParameter": "CoscRpaStatus",
"SecurityClassification": "Public",
"Searchable": "N"
}
]
14 changes: 14 additions & 0 deletions ccd-definition/FixedLists/CoscRpaStatus-JO-nonprod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"ID": "CoscRpaStatus",
"ListElementCode": "CANCELLED",
"ListElement": "Cancelled",
"DisplayOrder": 1
},
{
"ID": "CoscRpaStatus",
"ListElementCode": "SATISFIED",
"ListElement": "Satisfied",
"DisplayOrder": 2
}
]
Loading