Skip to content

Commit

Permalink
CIV-16322 added new event to notify caseworker to take case offline (#…
Browse files Browse the repository at this point in the history
…5231)

* CIV-16322 added new event to notify caseworker to take case offline

* CIV-16322 published field for notify event

* CIV-16322 added new field to trigger location update

* CIV-16322 removed unused event and its authorisation

* CIV-16322 Added missing field for the caseEvent reconfig GA

---------

Co-authored-by: Raja Mani <[email protected]>
  • Loading branch information
deepthidoppalapudihmcts and rajakm authored Jan 30, 2025
1 parent 5be73e7 commit 2a013d5
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,18 @@
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "gaEaCourtLocation",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "obligationWAFlag",
Expand Down
6 changes: 4 additions & 2 deletions 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 All @@ -86,6 +87,7 @@
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y"
}
]
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
@@ -0,0 +1,24 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "TRIGGER_TASK_RECONFIG_GA",
"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_TASK_RECONFIG_GA",
"CaseFieldID": "settlementSummary",
"PageDisplayOrder": 1,
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "WorkAllocation",
"ShowSummaryChangeOption": "N"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,14 @@
"FieldType": "ObligationWAFlag",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "gaEaCourtLocation",
"Label": " ",
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N",
"Publish": "Y"
}
]

0 comments on commit 2a013d5

Please sign in to comment.