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

SSCSCI-1157 pointing to new docs for ibc appeal to proceed #4232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions charts/sscs-tribunals-api/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ java:
# START - SSCS-IB RELEASE VARIABLES
BUNDLE_ENGLISH_CONFIG: sscs-ib-bundle-config.yaml
BUNDLE_EDITED_CONFIG: sscs-ib-bundle-edited-config.yaml
APPEAL_TO_PROCEED_ENGLISH: TB-SCS-GNO-ENG-00551-v2.docx
APPEAL_TO_PROCEED_WELSH: TB-SCS-GNO-ENG-00590-v2.docx
# END - SSCS-IB RELEASE VARIABLES
secrets:
JOB_SCHEDULER_DB_PASSWORD:
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,15 +716,15 @@ notification:
directionIssued:
appealToProceed:
appellant:
docmosisId: TB-SCS-GNO-ENG-00551.docx
docmosisId: ${APPEAL_TO_PROCEED_ENGLISH:TB-SCS-GNO-ENG-00551.docx}
appointee:
docmosisId: TB-SCS-GNO-ENG-00551.docx
docmosisId: ${APPEAL_TO_PROCEED_ENGLISH:TB-SCS-GNO-ENG-00551.docx}
representative:
docmosisId: TB-SCS-GNO-ENG-00551.docx
docmosisId: ${APPEAL_TO_PROCEED_ENGLISH:TB-SCS-GNO-ENG-00551.docx}
joint_party:
docmosisId: TB-SCS-GNO-ENG-00551.docx
docmosisId: ${APPEAL_TO_PROCEED_ENGLISH:TB-SCS-GNO-ENG-00551.docx}
other_party:
docmosisId: TB-SCS-GNO-ENG-00551.docx
docmosisId: ${APPEAL_TO_PROCEED_ENGLISH:TB-SCS-GNO-ENG-00551.docx}
provideInformation:
appellant:
docmosisId: TB-SCS-GNO-ENG-00067.docx
Expand Down Expand Up @@ -1355,15 +1355,15 @@ notification:
directionIssuedWelsh:
appealToProceed:
appellant:
docmosisId: TB-SCS-GNO-WEL-00590.docx
docmosisId: ${APPEAL_TO_PROCEED_WELSH:TB-SCS-GNO-WEL-00590.docx}
appointee:
docmosisId: TB-SCS-GNO-WEL-00590.docx
docmosisId: ${APPEAL_TO_PROCEED_WELSH:TB-SCS-GNO-WEL-00590.docx}
representative:
docmosisId: TB-SCS-GNO-WEL-00590.docx
docmosisId: ${APPEAL_TO_PROCEED_WELSH:TB-SCS-GNO-WEL-00590.docx}
joint_party:
docmosisId: TB-SCS-GNO-WEL-00590.docx
docmosisId: ${APPEAL_TO_PROCEED_WELSH:TB-SCS-GNO-WEL-00590.docx}
other_party:
docmosisId: TB-SCS-GNO-WEL-00590.docx
docmosisId: ${APPEAL_TO_PROCEED_WELSH:TB-SCS-GNO-WEL-00590.docx}
provideInformation:
appellant:
docmosisId: TB-SCS-GNO-WEL-00468.docx
Expand Down
Loading