-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AttributeCode column name length validation throws wrong error message #20766
Comments
Hi @brosenberger. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @brosenberger do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento-engcom-team give me 2.3-develop instance |
Hi @brosenberger. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @brosenberger, here is your Magento instance. |
Hi @GovindaSharma. Thank you for working on this issue.
|
Hi @irajneeshgupta. Thank you for working on this issue.
|
Hi @GovindaSharma. Thank you for working on this issue.
|
@magento-engcom-team give me 2.3-develop instance |
Hi @GovindaSharma. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @GovindaSharma, here is your Magento instance. |
@nainesh2jcommerce Thank you for verifying the issue. Unfortunately, not enough information was provided to created internal ticket. Please consider adding the following:
Once all required information is added, please add label |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
@GovindaSharma Thank you for verifying the issue. Based on the provided information internal tickets Issue Available: @GovindaSharma, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @irajneeshgupta. Thank you for working on this issue.
|
I am working on this issue #mm19in |
Hi @pankaj-cedcoss. Thank you for working on this issue.
|
Hi @brosenberger. Thank you for your report.
The fix will be available with the upcoming 2.3.2 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Additional Information:
actual limit within the database for attribute code is varchar(255) which contradicts attribute code validation within https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php#L200 where only 30 characters are allowed as maximum
The text was updated successfully, but these errors were encountered: