-
Notifications
You must be signed in to change notification settings - Fork 45
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
18159 Fixed name input error message for non-xpro #729
Conversation
- fixed Name Input error message logic
d77ef8c
to
92784ce
Compare
} | ||
return ['Please enter a name for the business'] | ||
} |
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.
This is the same logic as for the label (lines 87-96 above).
I always wondered why this logic was different. The answer is that it was wrong 😆
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!
@ketaki-deodhar Please test a bunch of name change scenarios to verify that they all work. Thanks. |
4fa232d
to
96de215
Compare
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-729-2j989mi5.web.app |
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 Sev
Issue #: bcgov/entity#18159
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namerequest license (Apache 2.0).