-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Updating error message for misleading error in add product attribute code #17800
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
Updating error message for misleading error in add product attribute code #17800
Conversation
…een by make error message more genric
…een by make error message more genric
|
Hi @aman3103. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
osrecio
left a comment
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.
Thanks @aman3103 for your contribution. We will process your PR ASAP.
… issue magento#17661" This reverts commit 9a15e1f.
|
@magento-engcom-team : May I know why Travis is throwing an error in this PR? I am not able to understand the error. |
|
Hi @aman3103 , looks like you made several commits with the different email than in your GitHub profile. Please, add additional email to your GitHub profile or make a new commits and force push the branch. |
|
@sidolov |
|
@aman3103 Please add all your emails you used for commits in this PR to your GitHub profile (currently they are gray since they aren't tied up to any GitHub profile). Or you could force-push your fix under your primary email that is tied to your profile. |
I have pushed the fix forcefully already, thanks. Is there anything I have to do? |
|
@aman3103 Are you sure that email |
This email is not in working state, as I left that company. So I have forced pushed the changes with my primary email. |
|
@aman3103 Thank you but there's another commit with the other email |
Sorry I think when I did the last commit it automatically took the email from my local git user as no user and email was setup on my system. Please let me know how to solve this one. |
|
@aman3103 please either add this email to you GitHub profile or squash and force-push your branch. Please make all commits to GitHub with the name and email that is registered in GitHub account |
Sure, I will take care about the commits in future. But I cannot add the email as that email you have mentioned was the fake which added by my system when committing based on my local username. Is there anything wrong in this or anything wrong with my last to last commit? |
|
@aman3103 you could create a patch (diff) based on your changes, reset your branch to the state before you made any changes, merge the mainline code and push the commit with all your changes. |
I have removed the old commit as I have created that one just to force push the branch, don't know why travis is throwing the error. Is it because I have removed the commit? |
|
Hi @slavvka, thank you for the review. |
…ct attribute code #17800
|
Hi @aman3103. Thank you for your contribution. |
Thanks. Release note seems fine. |
Description
Updating validate_code error message to more understandable form i.e initially it was "Please use only letters (a-z), numbers (0-9) or underscore () in this field, and the first character should be a letter" now it is "Please use only lowercase letters (a-z), numbers (0-9) or underscore () in this field, and the first character should be a letter"
Manual testing scenarios
Fixed Issues (if relevant)