Skip to content

HDPI-6637: Add caseworker genapps payment confirmation screen#2158

Open
scottstewart-sl wants to merge 2 commits into
HDPI-6636-Caseworker-genappsfrom
HDPI-6637_caseworker_genapps_payment_confirmation
Open

HDPI-6637: Add caseworker genapps payment confirmation screen#2158
scottstewart-sl wants to merge 2 commits into
HDPI-6636-Caseworker-genappsfrom
HDPI-6637_caseworker_genapps_payment_confirmation

Conversation

@scottstewart-sl

@scottstewart-sl scottstewart-sl commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Jira link

See HDPI-6637

Change description

Add caseworker genapps payment confirmation screen. Also adding placeholder screens for the rest of the journey.

enterGenApp_enterGenAppapplicationFee

Testing done

Manually testing locally and in preview.

Security Vulnerability Assessment

CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

Also adding placeholder screens for the rest of the journey
@github-actions

Copy link
Copy Markdown

DB breaking change scan

Recommended reading: HMCTS zero-downtime database deployments

No potentially breaking database changes were detected in the changed Flyway migration .sql files.

This check only scans changed .sql files under src/main/resources/db/migration and flags high-risk DDL patterns. It does not replace a full migration review.

Run details: https://github.com/hmcts/pcs-api/actions/runs/29095783477?check_suite_focus=true

@scottstewart-sl scottstewart-sl changed the base branch from master to HDPI-6636-Caseworker-genapps July 10, 2026 13:22
@github-actions

Copy link
Copy Markdown

CCD diff summary

👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/29095783434?check_suite_focus=true

CaseField.json

RegularExpressionMaxSearchableMinFieldTypeParameterHintTextLabelIDFieldType
+
+
+
+
+
+
+---
+applicationDetails-lineSeparator
+Label
+
+
+
+
+
+
+---
+applicationFee-lineSeparator
+Label
+
+
+
+
+
+
+---
+consentAndNotice-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+consentAndNotice-placeholder
+Label
+
+
+
+
+
+
+<p class="govuk-body govuk-!-font-weight-bold">You must request payment from the applicant
before entering this application</p>
+enter_genapp_ApplicationFee-yourMustRequestPayment
+Label
+
+
+
+
+EnterGenAppType
+
+Which type of application has the applicant made?
+enter_genapp_ApplicationTypeOption
+FixedRadioList
+
+
+
+
+VerticalYesNo
+
+Has the applicant included a Help With Fees reference number on their application?
+enter_genapp_AppliedForHwf
+FixedRadioList
+
+
+
+
+
+
+What date was the application received?
+enter_genapp_DateReceived
+Date
+
+1000000000
+
+
+
+
+Enter the amount received
+enter_genapp_FeeAmountReceived
+MoneyGBP
+
+
+
+
+VerticalYesNo
+
+Has HMCTS received the application fee?
+enter_genapp_FeeReceived
+FixedRadioList
+
+60
+
+
+
+
+Enter their Help with Fees reference number
+enter_genapp_HwfReference
+Text
+
+
+
+
+
+
+Which categories apply?
+enter_genapp_SomethingElseDetails
+TextArea
+
+
+
+
+VerticalYesNo
+
+Is there a hearing for this case in the next 14 days?
+enter_genapp_Within14Days
+FixedRadioList
+
+
+
+
+
+
+---
+hearingDate-lineSeparator
+Label
+
+
+N
+
+
+
+Which party made the application?
+partyRadioList
+DynamicRadioList
+
+
+
+
+
+
+---
+referApplicationToJudge-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+referApplicationToJudge-placeholder
+Label
+
+
+
+
+
+
+---
+uploadGeneralApplication-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+uploadGeneralApplication-placeholder
+Label
+
+
+
+
+
+
+---
+uploadRelatedEvidence-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+uploadRelatedEvidence-placeholder
+Label

AuthorisationCaseEvent/AuthorisationCaseEvent.json

UserRoleCaseEventIDCRUD
+circuit-judge
+enterGenApp
+R
+ctsc
+enterGenApp
+R
+ctsc-team-leader
+enterGenApp
+R
+fee-paid-judge
+enterGenApp
+R
+hearing-centre-admin
+enterGenApp
+CRU
+hearing-centre-team-leader
+enterGenApp
+CRU
+judge
+enterGenApp
+R
+leadership-judge
+enterGenApp
+R
+wlu-admin
+enterGenApp
+R
+wlu-team-leader
+enterGenApp
+R

AuthorisationCaseField/wlu-team-leader.json

UserRoleCaseFieldIDCRUD
+wlu-team-leader
+applicationDetails-lineSeparator
+CR
+wlu-team-leader
+applicationFee-lineSeparator
+CR
+wlu-team-leader
+consentAndNotice-lineSeparator
+CR
+wlu-team-leader
+consentAndNotice-placeholder
+CR
+wlu-team-leader
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+wlu-team-leader
+enter_genapp_ApplicationTypeOption
+R
+wlu-team-leader
+enter_genapp_AppliedForHwf
+R
+wlu-team-leader
+enter_genapp_DateReceived
+R
+wlu-team-leader
+enter_genapp_FeeAmountReceived
+R
+wlu-team-leader
+enter_genapp_FeeReceived
+R
+wlu-team-leader
+enter_genapp_HwfReference
+R
+wlu-team-leader
+enter_genapp_SomethingElseDetails
+R
+wlu-team-leader
+enter_genapp_Within14Days
+R
+wlu-team-leader
+hearingDate-lineSeparator
+CR
+wlu-team-leader
+partyRadioList
+R
+wlu-team-leader
+referApplicationToJudge-lineSeparator
+CR
+wlu-team-leader
+referApplicationToJudge-placeholder
+CR
+wlu-team-leader
+uploadGeneralApplication-lineSeparator
+CR
+wlu-team-leader
+uploadGeneralApplication-placeholder
+CR
+wlu-team-leader
+uploadRelatedEvidence-lineSeparator
+CR
+wlu-team-leader
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/wlu-admin.json

UserRoleCaseFieldIDCRUD
+wlu-admin
+applicationDetails-lineSeparator
+CR
+wlu-admin
+applicationFee-lineSeparator
+CR
+wlu-admin
+consentAndNotice-lineSeparator
+CR
+wlu-admin
+consentAndNotice-placeholder
+CR
+wlu-admin
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+wlu-admin
+enter_genapp_ApplicationTypeOption
+R
+wlu-admin
+enter_genapp_AppliedForHwf
+R
+wlu-admin
+enter_genapp_DateReceived
+R
+wlu-admin
+enter_genapp_FeeAmountReceived
+R
+wlu-admin
+enter_genapp_FeeReceived
+R
+wlu-admin
+enter_genapp_HwfReference
+R
+wlu-admin
+enter_genapp_SomethingElseDetails
+R
+wlu-admin
+enter_genapp_Within14Days
+R
+wlu-admin
+hearingDate-lineSeparator
+CR
+wlu-admin
+partyRadioList
+R
+wlu-admin
+referApplicationToJudge-lineSeparator
+CR
+wlu-admin
+referApplicationToJudge-placeholder
+CR
+wlu-admin
+uploadGeneralApplication-lineSeparator
+CR
+wlu-admin
+uploadGeneralApplication-placeholder
+CR
+wlu-admin
+uploadRelatedEvidence-lineSeparator
+CR
+wlu-admin
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/leadership-judge.json

UserRoleCaseFieldIDCRUD
+leadership-judge
+applicationDetails-lineSeparator
+CR
+leadership-judge
+applicationFee-lineSeparator
+CR
+leadership-judge
+consentAndNotice-lineSeparator
+CR
+leadership-judge
+consentAndNotice-placeholder
+CR
+leadership-judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+leadership-judge
+enter_genapp_ApplicationTypeOption
+R
+leadership-judge
+enter_genapp_AppliedForHwf
+R
+leadership-judge
+enter_genapp_DateReceived
+R
+leadership-judge
+enter_genapp_FeeAmountReceived
+R
+leadership-judge
+enter_genapp_FeeReceived
+R
+leadership-judge
+enter_genapp_HwfReference
+R
+leadership-judge
+enter_genapp_SomethingElseDetails
+R
+leadership-judge
+enter_genapp_Within14Days
+R
+leadership-judge
+hearingDate-lineSeparator
+CR
+leadership-judge
+partyRadioList
+R
+leadership-judge
+referApplicationToJudge-lineSeparator
+CR
+leadership-judge
+referApplicationToJudge-placeholder
+CR
+leadership-judge
+uploadGeneralApplication-lineSeparator
+CR
+leadership-judge
+uploadGeneralApplication-placeholder
+CR
+leadership-judge
+uploadRelatedEvidence-lineSeparator
+CR
+leadership-judge
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/judge.json

UserRoleCaseFieldIDCRUD
+judge
+applicationDetails-lineSeparator
+CR
+judge
+applicationFee-lineSeparator
+CR
+judge
+consentAndNotice-lineSeparator
+CR
+judge
+consentAndNotice-placeholder
+CR
+judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+judge
+enter_genapp_ApplicationTypeOption
+R
+judge
+enter_genapp_AppliedForHwf
+R
+judge
+enter_genapp_DateReceived
+R
+judge
+enter_genapp_FeeAmountReceived
+R
+judge
+enter_genapp_FeeReceived
+R
+judge
+enter_genapp_HwfReference
+R
+judge
+enter_genapp_SomethingElseDetails
+R
+judge
+enter_genapp_Within14Days
+R
+judge
+hearingDate-lineSeparator
+CR
+judge
+partyRadioList
+R
+judge
+referApplicationToJudge-lineSeparator
+CR
+judge
+referApplicationToJudge-placeholder
+CR
+judge
+uploadGeneralApplication-lineSeparator
+CR
+judge
+uploadGeneralApplication-placeholder
+CR
+judge
+uploadRelatedEvidence-lineSeparator
+CR
+judge
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/hearing-centre-team-leader.json

UserRoleCaseFieldIDCRUD
+hearing-centre-team-leader
+applicationDetails-lineSeparator
+CR
+hearing-centre-team-leader
+applicationFee-lineSeparator
+CR
+hearing-centre-team-leader
+consentAndNotice-lineSeparator
+CR
+hearing-centre-team-leader
+consentAndNotice-placeholder
+CR
+hearing-centre-team-leader
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+hearing-centre-team-leader
+enter_genapp_ApplicationTypeOption
+CRU
+hearing-centre-team-leader
+enter_genapp_AppliedForHwf
+CRU
+hearing-centre-team-leader
+enter_genapp_DateReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_FeeAmountReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_FeeReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_HwfReference
+CRU
+hearing-centre-team-leader
+enter_genapp_SomethingElseDetails
+CRU
+hearing-centre-team-leader
+enter_genapp_Within14Days
+CRU
+hearing-centre-team-leader
+hearingDate-lineSeparator
+CR
+hearing-centre-team-leader
+partyRadioList
+CRU
+hearing-centre-team-leader
+referApplicationToJudge-lineSeparator
+CR
+hearing-centre-team-leader
+referApplicationToJudge-placeholder
+CR
+hearing-centre-team-leader
+uploadGeneralApplication-lineSeparator
+CR
+hearing-centre-team-leader
+uploadGeneralApplication-placeholder
+CR
+hearing-centre-team-leader
+uploadRelatedEvidence-lineSeparator
+CR
+hearing-centre-team-leader
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/hearing-centre-admin.json

UserRoleCaseFieldIDCRUD
+hearing-centre-admin
+applicationDetails-lineSeparator
+CR
+hearing-centre-admin
+applicationFee-lineSeparator
+CR
+hearing-centre-admin
+consentAndNotice-lineSeparator
+CR
+hearing-centre-admin
+consentAndNotice-placeholder
+CR
+hearing-centre-admin
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+hearing-centre-admin
+enter_genapp_ApplicationTypeOption
+CRU
+hearing-centre-admin
+enter_genapp_AppliedForHwf
+CRU
+hearing-centre-admin
+enter_genapp_DateReceived
+CRU
+hearing-centre-admin
+enter_genapp_FeeAmountReceived
+CRU
+hearing-centre-admin
+enter_genapp_FeeReceived
+CRU
+hearing-centre-admin
+enter_genapp_HwfReference
+CRU
+hearing-centre-admin
+enter_genapp_SomethingElseDetails
+CRU
+hearing-centre-admin
+enter_genapp_Within14Days
+CRU
+hearing-centre-admin
+hearingDate-lineSeparator
+CR
+hearing-centre-admin
+partyRadioList
+CRU
+hearing-centre-admin
+referApplicationToJudge-lineSeparator
+CR
+hearing-centre-admin
+referApplicationToJudge-placeholder
+CR
+hearing-centre-admin
+uploadGeneralApplication-lineSeparator
+CR
+hearing-centre-admin
+uploadGeneralApplication-placeholder
+CR
+hearing-centre-admin
+uploadRelatedEvidence-lineSeparator
+CR
+hearing-centre-admin
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/fee-paid-judge.json

UserRoleCaseFieldIDCRUD
+fee-paid-judge
+applicationDetails-lineSeparator
+CR
+fee-paid-judge
+applicationFee-lineSeparator
+CR
+fee-paid-judge
+consentAndNotice-lineSeparator
+CR
+fee-paid-judge
+consentAndNotice-placeholder
+CR
+fee-paid-judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+fee-paid-judge
+enter_genapp_ApplicationTypeOption
+R
+fee-paid-judge
+enter_genapp_AppliedForHwf
+R
+fee-paid-judge
+enter_genapp_DateReceived
+R
+fee-paid-judge
+enter_genapp_FeeAmountReceived
+R
+fee-paid-judge
+enter_genapp_FeeReceived
+R
+fee-paid-judge
+enter_genapp_HwfReference
+R
+fee-paid-judge
+enter_genapp_SomethingElseDetails
+R
+fee-paid-judge
+enter_genapp_Within14Days
+R
+fee-paid-judge
+hearingDate-lineSeparator
+CR
+fee-paid-judge
+partyRadioList
+R
+fee-paid-judge
+referApplicationToJudge-lineSeparator
+CR
+fee-paid-judge
+referApplicationToJudge-placeholder
+CR
+fee-paid-judge
+uploadGeneralApplication-lineSeparator
+CR
+fee-paid-judge
+uploadGeneralApplication-placeholder
+CR
+fee-paid-judge
+uploadRelatedEvidence-lineSeparator
+CR
+fee-paid-judge
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/ctsc.json

UserRoleCaseFieldIDCRUD
+ctsc
+applicationDetails-lineSeparator
+CR
+ctsc
+applicationFee-lineSeparator
+CR
+ctsc
+consentAndNotice-lineSeparator
+CR
+ctsc
+consentAndNotice-placeholder
+CR
+ctsc
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+ctsc
+enter_genapp_ApplicationTypeOption
+R
+ctsc
+enter_genapp_AppliedForHwf
+R
+ctsc
+enter_genapp_DateReceived
+R
+ctsc
+enter_genapp_FeeAmountReceived
+R
+ctsc
+enter_genapp_FeeReceived
+R
+ctsc
+enter_genapp_HwfReference
+R
+ctsc
+enter_genapp_SomethingElseDetails
+R
+ctsc
+enter_genapp_Within14Days
+R
+ctsc
+hearingDate-lineSeparator
+CR
+ctsc
+partyRadioList
+R
+ctsc
+referApplicationToJudge-lineSeparator
+CR
+ctsc
+referApplicationToJudge-placeholder
+CR
+ctsc
+uploadGeneralApplication-lineSeparator
+CR
+ctsc
+uploadGeneralApplication-placeholder
+CR
+ctsc
+uploadRelatedEvidence-lineSeparator
+CR
+ctsc
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/ctsc-team-leader.json

UserRoleCaseFieldIDCRUD
+ctsc-team-leader
+applicationDetails-lineSeparator
+CR
+ctsc-team-leader
+applicationFee-lineSeparator
+CR
+ctsc-team-leader
+consentAndNotice-lineSeparator
+CR
+ctsc-team-leader
+consentAndNotice-placeholder
+CR
+ctsc-team-leader
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+ctsc-team-leader
+enter_genapp_ApplicationTypeOption
+R
+ctsc-team-leader
+enter_genapp_AppliedForHwf
+R
+ctsc-team-leader
+enter_genapp_DateReceived
+R
+ctsc-team-leader
+enter_genapp_FeeAmountReceived
+R
+ctsc-team-leader
+enter_genapp_FeeReceived
+R
+ctsc-team-leader
+enter_genapp_HwfReference
+R
+ctsc-team-leader
+enter_genapp_SomethingElseDetails
+R
+ctsc-team-leader
+enter_genapp_Within14Days
+R
+ctsc-team-leader
+hearingDate-lineSeparator
+CR
+ctsc-team-leader
+partyRadioList
+R
+ctsc-team-leader
+referApplicationToJudge-lineSeparator
+CR
+ctsc-team-leader
+referApplicationToJudge-placeholder
+CR
+ctsc-team-leader
+uploadGeneralApplication-lineSeparator
+CR
+ctsc-team-leader
+uploadGeneralApplication-placeholder
+CR
+ctsc-team-leader
+uploadRelatedEvidence-lineSeparator
+CR
+ctsc-team-leader
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/circuit-judge.json

UserRoleCaseFieldIDCRUD
+circuit-judge
+applicationDetails-lineSeparator
+CR
+circuit-judge
+applicationFee-lineSeparator
+CR
+circuit-judge
+consentAndNotice-lineSeparator
+CR
+circuit-judge
+consentAndNotice-placeholder
+CR
+circuit-judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+circuit-judge
+enter_genapp_ApplicationTypeOption
+R
+circuit-judge
+enter_genapp_AppliedForHwf
+R
+circuit-judge
+enter_genapp_DateReceived
+R
+circuit-judge
+enter_genapp_FeeAmountReceived
+R
+circuit-judge
+enter_genapp_FeeReceived
+R
+circuit-judge
+enter_genapp_HwfReference
+R
+circuit-judge
+enter_genapp_SomethingElseDetails
+R
+circuit-judge
+enter_genapp_Within14Days
+R
+circuit-judge
+hearingDate-lineSeparator
+CR
+circuit-judge
+partyRadioList
+R
+circuit-judge
+referApplicationToJudge-lineSeparator
+CR
+circuit-judge
+referApplicationToJudge-placeholder
+CR
+circuit-judge
+uploadGeneralApplication-lineSeparator
+CR
+circuit-judge
+uploadGeneralApplication-placeholder
+CR
+circuit-judge
+uploadRelatedEvidence-lineSeparator
+CR
+circuit-judge
+uploadRelatedEvidence-placeholder
+CR

CaseEvent/enterGenApp.json

CallBackURLAboutToStartEventDescriptionEndButtonLabelIDNamePostConditionStatePreConditionState(s)PublishShowEventNotesShowSummary
+http://localhost:3206/callbacks/about-to-start?eventId=enterGenApp
+Enter a general application
+Save and continue
+enterGenApp
+Enter a general application
+CASE_ISSUED
+CASE_ISSUED
+N
+N
+Y

CaseEventToFields/enterGenApp.json

CallBackURLMidEventCaseEventIDCaseFieldIDDisplayContextPageColumnNumberPageDisplayOrderPageFieldDisplayOrderPageIDPageLabel
+http://localhost:3206/callbacks/mid-event?page=applicationDetails&eventId=enterGenApp
+enterGenApp
+applicationDetails-lineSeparator
+READONLY
+1
+1
+1
+applicationDetails
+Application details
+http://localhost:3206/callbacks/mid-event?page=applicationFee&eventId=enterGenApp
+enterGenApp
+applicationFee-lineSeparator
+READONLY
+1
+3
+1
+applicationFee
+Application fee
+enterGenApp
+consentAndNotice-lineSeparator
+READONLY
+1
+4
+1
+consentAndNotice
+Application consent and notice
+enterGenApp
+consentAndNotice-placeholder
+READONLY
+1
+4
+2
+consentAndNotice
+Application consent and notice
+enterGenApp
+enter_genapp_ApplicationFee-yourMustRequestPayment
+READONLY
+enter_genapp_FeeReceived="NO"
+1
+3
+4
+applicationFee
+Application fee
+enterGenApp
+enter_genapp_ApplicationTypeOption
+MANDATORY
+1
+1
+4
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_AppliedForHwf
+MANDATORY
+1
+3
+5
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_DateReceived
+MANDATORY
+1
+1
+3
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_FeeAmountReceived
+MANDATORY
+enter_genapp_FeeReceived="YES"
+1
+3
+3
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_FeeReceived
+MANDATORY
+1
+3
+2
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_HwfReference
+MANDATORY
+enter_genapp_AppliedForHwf="YES"
+1
+3
+6
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_SomethingElseDetails
+MANDATORY
+enter_genapp_ApplicationTypeOption="SOMETHING_ELSE"
+1
+1
+5
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_Within14Days
+MANDATORY
+1
+2
+2
+hearingDate
+Hearing date
+Y
+enterGenApp
+hearingDate-lineSeparator
+READONLY
+1
+2
+1
+hearingDate
+Hearing date
+enter_genapp_ApplicationTypeOption="ADJOURN"
+enterGenApp
+partyRadioList
+MANDATORY
+1
+1
+2
+applicationDetails
+Application details
+Y
+enterGenApp
+referApplicationToJudge-lineSeparator
+READONLY
+1
+7
+1
+referApplicationToJudge
+Refer without notice application to judge
+enterGenApp
+referApplicationToJudge-placeholder
+READONLY
+1
+7
+2
+referApplicationToJudge
+Refer without notice application to judge
+enterGenApp
+uploadGeneralApplication-lineSeparator
+READONLY
+1
+5
+1
+uploadGeneralApplication
+Upload general application
+enterGenApp
+uploadGeneralApplication-placeholder
+READONLY
+1
+5
+2
+uploadGeneralApplication
+Upload general application
+enterGenApp
+uploadRelatedEvidence-lineSeparator
+READONLY
+1
+6
+1
+uploadRelatedEvidence
+Upload related evidence
+enterGenApp
+uploadRelatedEvidence-placeholder
+READONLY
+1
+6
+2
+uploadRelatedEvidence
+Upload related evidence

FixedLists/EnterGenAppType.json

IDListElementListElementCode
+EnterGenAppType
+Adjourn
+ADJOURN
+EnterGenAppType
+Set aside
+SET_ASIDE
+EnterGenAppType
+Something else
+SOMETHING_ELSE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants