HDPI-6656: Caseworker genapp refer to judge interstitial#2161
HDPI-6656: Caseworker genapp refer to judge interstitial#2161scottstewart-sl wants to merge 9 commits into
Conversation
DB breaking change scanRecommended reading: HMCTS zero-downtime database deployments No potentially breaking database changes were detected in the changed Flyway migration This check only scans changed Run details: https://github.com/hmcts/pcs-api/actions/runs/29150610939?check_suite_focus=true |
CCD diff summary👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/29150610906?check_suite_focus=true CaseField.json
AuthorisationCaseEvent/AuthorisationCaseEvent.json
AuthorisationCaseField/wlu-team-leader.json
AuthorisationCaseField/wlu-admin.json
AuthorisationCaseField/leadership-judge.json
AuthorisationCaseField/judge.json
AuthorisationCaseField/hearing-centre-team-leader.json
AuthorisationCaseField/hearing-centre-admin.json
AuthorisationCaseField/fee-paid-judge.json
AuthorisationCaseField/ctsc.json
AuthorisationCaseField/ctsc-team-leader.json
AuthorisationCaseField/circuit-judge.json
CaseEvent/enterGenApp.json
CaseEventToFields/enterGenApp.json
FixedLists/EnterGenAppType.json
|
| pageBuilder | ||
| .page("referApplicationToJudge") | ||
| .pageLabel("Refer without notice application to judge") | ||
| .showCondition(fieldEquals("enter_genapp_AllPartiesAgree", VerticalYesNo.NO) |
There was a problem hiding this comment.
Is this a condition which is covered by the ShowConditionsTest.shouldJoinShowConditionWithAnd(...)?
There was a problem hiding this comment.
Yes, I'd forgotten about that helper method. Sometimes I avoid it as it ended up making the code a bit harder to read. I did originally have an and and an or method, but it ended up exposing a bug in the CCD show conditions when conditions are wrapped in brackets
There was a problem hiding this comment.
I'll update this in my next PR
…6656_caseworker_genapp_refer_to_judge
…6656_caseworker_genapp_refer_to_judge
…6656_caseworker_genapp_refer_to_judge
…6656_caseworker_genapp_refer_to_judge
Plan Result (aat)
|
…6656_caseworker_genapp_refer_to_judge
…6656_caseworker_genapp_refer_to_judge
…6656_caseworker_genapp_refer_to_judge
…6656_caseworker_genapp_refer_to_judge
Jira link
See HDPI-6656
Change description
Add an interstitial page advising the caseworker to refer a Without Notice gen app to the judge.
Testing done
Manual 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?
Checklist