Skip to content

Commit

Permalink
pointing back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
nilay913 committed Nov 13, 2024
1 parent 4fdb15d commit ce37b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/sscs-tribunals-api/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ java:
TEST_RECIPIENTS_POSTCODE: "*"
INFECTED_BLOOD_COMPENSATION_ENABLED: true
SUBMIT_APPEAL_SERVICE_V2_ENABLED: true
BULK_SCAN_URL: "https://sscs-bulk-scan-pr-1517.preview.platform.hmcts.net"
PROCESS_EVENT_MESSAGE_V2_ENABLED: true
UPDATE_CASE_ONLY_HEARING_V2_ENABLED: true
secrets:
Expand Down
2 changes: 1 addition & 1 deletion definitions/benefit/sheets/CaseEvent/CaseEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
"DisplayOrder": 560,
"PreConditionState(s)": "*",
"PostConditionState": "*",
"EventEnablingCondition": "appeal.benefitType.code=\"childSupport\" OR appeal.benefitType.code=\"taxCredit\" OR appeal.benefitType.code=\"guardiansAllowance\" OR appeal.benefitType.code=\"taxFreeChildcare\" OR appeal.benefitType.code=\"homeResponsibilitiesProtection\" OR appeal.benefitType.code=\"childBenefit\" OR appeal.benefitType.code=\"thirtyHoursFreeChildcare\" OR appeal.benefitType.code=\"guaranteedMinimumPension\" OR appeal.benefitType.code=\"nationalInsuranceCredits\" OR appeal.benefitType.code=\"infectedBloodAppeal\"",
"EventEnablingCondition": "appeal.benefitType.code=\"childSupport\" OR appeal.benefitType.code=\"taxCredit\" OR appeal.benefitType.code=\"guardiansAllowance\" OR appeal.benefitType.code=\"taxFreeChildcare\" OR appeal.benefitType.code=\"homeResponsibilitiesProtection\" OR appeal.benefitType.code=\"childBenefit\" OR appeal.benefitType.code=\"thirtyHoursFreeChildcare\" OR appeal.benefitType.code=\"guaranteedMinimumPension\" OR appeal.benefitType.code=\"nationalInsuranceCredits\" OR appeal.benefitType.code=\"infectedBloodCompensation\"",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_TRIBUNALS_API_URL}/ccdAboutToSubmit",
"CallBackURLSubmittedEvent": "${CCD_DEF_TRIBUNALS_API_URL}/send",
"ShowEventNotes": "Y",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"PageFieldDisplayOrder": 7,
"PageID": "1.0",
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "appeal.benefitType.code = \"infectedBloodAppeal\""
"FieldShowCondition": "appeal.benefitType.code = \"infectedBloodCompensation\""
},
{
"CaseEventID": "adminUpdateEvent",
Expand Down Expand Up @@ -4099,7 +4099,7 @@
"PageFieldDisplayOrder": 2,
"PageID": "1.0",
"PageLabel": "Confirm panel composition",
"FieldShowCondition": "appeal.benefitType.code = \"infectedBloodAppeal\""
"FieldShowCondition": "appeal.benefitType.code = \"infectedBloodCompensation\""
},
{
"CaseEventID": "panelDoctorSpecialismAmend",
Expand Down

0 comments on commit ce37b35

Please sign in to comment.