-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: remove logic that sets bpn before validation #253
fix: remove logic that sets bpn before validation #253
Conversation
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.
Looks good. Unintended behavior by the copy paste mess I made when adding onBlur logic. Thanks for the find!
Please update DEPENDENCIES file.
See artifact here: https://github.com/eclipse-tractusx/portal-frontend-registration/actions/runs/10845856689
DEPENDENCIES updated! |
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.
lgtm
Quality Gate passedIssues Measures |
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.
lgtm, thank you @JordanGerada3
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.
sorry, didn't see it earlier, could you please still update the DEPENDENCIES file again?
@evegufy it seems that the failure happened before the artefact generation, therefore I have nothing to update the dependencies with. I also haven't introduced any new dependencies in my PR. Do you know how to solve this? |
@JordanGerada3 sorry for the wait. We'll update the dependencies with another PR as this change doesn't include update to dependencies. |
Description
Why
When a user would insert an invalid BPNL in the autofill field, the BPNL was updating in the form despite being invalid, leading to the possibility of the user submitting the application with an incorrect BPNL.
Issue
#252
Checklist