-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Customer First and Last names not being trimmed of leading and trailing spaces on save. #10415
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
Labels
bug report
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
@spyrule thank you for your bug report. |
I'll take a look at this |
wardcapp
added a commit
to wardcapp/magento2
that referenced
this issue
Sep 26, 2017
The additional trim form field data filter was created and added as input filter to the firstname, lastname and middlename fields of the customer_address and customer entities. Tickets: magento#10415
4 tasks
Hi @stevenvdp could you please accept the invitation to join Magento team on the GitHub? |
wardcapp
added a commit
to wardcapp/magento2
that referenced
this issue
Jan 2, 2018
The additional trim form field data filter was created and added as input filter to the firstname, lastname and middlename fields of the customer_address and customer entities. Tickets: magento#10415
4 tasks
wardcapp
added a commit
to wardcapp/magento2
that referenced
this issue
Jan 5, 2018
The additional trim form field data filter was created and added as input filter to the firstname, lastname and middlename fields of the customer_address and customer entities. Tickets: magento#10415
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug report
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
When you create a new contact, if there is a leading or trailing space with no characters after, those are not being trimmed.
Names should be saved with no trailing/leading spaces as this breaks many search tools.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: