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-16322 added new event to notify caseworker to take case offline #5231

Merged
merged 14 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -435,5 +435,17 @@
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "gaEaCourtLocation",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
}
]
3 changes: 2 additions & 1 deletion ccd-definition/CaseEvent/Camunda/CaseEventsGASpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "TRIGGER_UPDATE_GA_LOCATION",
"CaseFieldID": "gaEaCourtLocation",
"PageDisplayOrder": 1,
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "WorkAllocation",
"PageShowCondition": "settlementSummary=\"DO NOT SHOW IN UI\"",
"ShowSummaryChangeOption": "N",
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "TRIGGER_UPDATE_GA_LOCATION",
"CaseFieldID": "settlementSummary",
"PageDisplayOrder": 1,
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "WorkAllocation",
"ShowSummaryChangeOption": "N"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,14 @@
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "gaEaCourtLocation",
"Label": " ",
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N",
"Publish": "Y"
}
]