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-14268 Case Discontinued Divergence - Take Case Offline #4644

Merged
merged 8 commits into from
Jul 22, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted",
"RetriesTimeoutAboutToStartEvent": 0
"RetriesTimeoutAboutToStartEvent": 0,
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"PageShowCondition": "addApplicant2 = \"Yes\" AND selectedClaimantForDiscontinuance != \"Both\"",
"DisplayContext": "READONLY",
"ShowSummaryChangeOption": "N",
"FieldShowCondition": "partiesNames = \"DO_NOT_SHOW_IN_UI\""
"FieldShowCondition": "partiesNames = \"DO_NOT_SHOW_IN_UI\"",
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL",
Expand Down Expand Up @@ -94,7 +95,8 @@
"PageColumnNumber": 1,
"DisplayContext": "MANDATORY",
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "claimantsConsentToDiscontinuance !=\"No\""
"FieldShowCondition": "claimantsConsentToDiscontinuance !=\"No\"",
"Publish": "Y"
},
{
"CaseTypeID":"CIVIL",
Expand Down Expand Up @@ -223,7 +225,8 @@
"PageFieldDisplayOrder": 4,
"PageColumnNumber": 1,
"DisplayContext": "MANDATORY",
"ShowSummaryChangeOption": "Y"
"ShowSummaryChangeOption": "Y",
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL",
Expand Down Expand Up @@ -260,7 +263,8 @@
"PageFieldDisplayOrder":2,
"PageColumnNumber": 1,
"DisplayContext": "MANDATORY",
"ShowSummaryChangeOption": "Y"
"ShowSummaryChangeOption": "Y",
"Publish": "Y"
},
{
"CaseTypeID":"CIVIL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@
"PageShowCondition": "settleReason=\"DO NOT SHOW IN UI\"",
"ShowSummaryChangeOption": "N",
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "DISCONTINUE_CLAIM_CLAIMANT",
"CaseFieldID": "featureToggleWA",
"PageDisplayOrder": 1,
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "WorkAllocation",
"PageShowCondition": "partiesNames = \"DO_NOT_SHOW_IN_UI\"",
"ShowSummaryChangeOption": "N",
"Publish": "Y"
}
]
Loading