Skip to content

Commit

Permalink
SSCSCI-1354 and SSCSCI-1381 (#4094)
Browse files Browse the repository at this point in the history
Removing some events for IBC cases and setting preview values for new bundles updated for IBC

* removing 'Ready to list', 'admin - send to ready to list' and 'Update not listable' from the next steps menu for IBC cases

* updating name of ibc code

* SSCSCI-1381 (#4138)

* pointing to ib accepting bundle

* repointing

* slight name change

* slight name change

* env issue fix

* env issue fix

* fix?

* bringing in stitching?

* bringing in stitching?

* fix

* reverting preview stitching
  • Loading branch information
nilay913 authored Nov 27, 2024
1 parent 872a657 commit 71e6eeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/sscs-tribunals-api/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ java:
SUBMIT_APPEAL_SERVICE_V2_ENABLED: true
PROCESS_EVENT_MESSAGE_V2_ENABLED: true
UPDATE_CASE_ONLY_HEARING_V2_ENABLED: true
# START - SSCS-IB RELEASE VARIABLES
BUNDLE_ENGLISH_CONFIG: sscs-ib-bundle-config.yaml
BUNDLE_EDITED_CONFIG: sscs-ib-bundle-edited-config.yaml
# END - SSCS-IB RELEASE VARIABLES
secrets:
JOB_SCHEDULER_DB_PASSWORD:
secretRef: postgres
Expand Down
3 changes: 3 additions & 0 deletions definitions/benefit/sheets/CaseEvent/CaseEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
"DisplayOrder": 230,
"PreConditionState(s)": "appealCreated;dormantAppealState;postHearing;withUT;draft;draftArchived;hearing;incompleteApplication;incompleteApplicationInformationReqsted;interlocutoryReviewState;responseReceived;validAppeal;voidState;withDwp;handlingError",
"PostConditionState": "readyToList",
"EventEnablingCondition": "appeal.benefitType.code!=\"infectedBloodCompensation\"",
"ShowEventNotes": "Y",
"SecurityClassification": "Public"
},
Expand Down Expand Up @@ -1733,6 +1734,7 @@
"DisplayOrder": 1250,
"PreConditionState(s)": "*",
"PostConditionState": "readyToList",
"EventEnablingCondition": "appeal.benefitType.code!=\"infectedBloodCompensation\"",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_TRIBUNALS_API_URL}/ccdAboutToSubmit",
"RetriesTimeoutURLAboutToSubmitEvent": "5,5",
"CallBackURLSubmittedEvent": "${CCD_DEF_TRIBUNALS_API_URL}/send",
Expand Down Expand Up @@ -2249,6 +2251,7 @@
"DisplayOrder": 1640,
"PreConditionState(s)": "notListable",
"PostConditionState": "*",
"EventEnablingCondition": "appeal.benefitType.code!=\"infectedBloodCompensation\"",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_TRIBUNALS_API_URL}/ccdAboutToSubmit",
"SecurityClassification": "Public",
"ShowSummary": "Y",
Expand Down

0 comments on commit 71e6eeb

Please sign in to comment.