-
Notifications
You must be signed in to change notification settings - Fork 3
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
NFDIV-4344: Add logic to prevent submission with missing required fields #4057
Conversation
req.session.userCase.applicant1ConfirmInformationStillCorrect !== YesOrNo.YES && | ||
isEmpty(req.session.userCase.applicant1ReasonInformationNotCorrect) | ||
) { | ||
res.redirect(REVIEW_YOUR_JOINT_APPLICATION); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to use a different URL for applicant 1 in sole cases, as they won't have REVIEW_YOUR_JOINT_APPLICATION
?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has been stalled for 2 days with no activity. |
Change description
Add logic to prevent submission with missing required fields
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/NFDIV-4344
Before merging a pull request make sure that:
If this ticket will have any visible impact on users and is not behind a feature toggle, make sure that:
Note that bug fixes, dependency updates and technical tasks do not directly impact the user experience and can be merged without QA and PO review.
If this user story cannot be immediately merged find a way to put it behind a feature toggle and get it merged.