-
Notifications
You must be signed in to change notification settings - Fork 9.4k
SKU values are not trimmed with the space. #12300
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
Comments
@ShaileshChauhan92, thank you for your report. |
Preconditions
Steps to reproduce
Expected result
Actual result
Problem is caused by sku uniqueness check. It trims whitespaces before executing the database request. magento2/app/code/Magento/Eav/Model/Entity/AbstractEntity.php Lines 906 to 909 in 7d00d28
|
#mageconf |
Steps from original bug message can`t reproduce on magento 2.2-develop branch. |
I think this correct behaviour and I can’t reproduce in 2.2 or 2.3. |
@ShaileshChauhan92 Closing per multiple comments abount the issue not being reproducible. |
Hi @ShaileshChauhan92. Thank you for your report. The fix will be available with the upcoming 2.3.1 release. |
Hi @ShaileshChauhan92. Thank you for your report. The fix will be available with the upcoming 2.2.8 release. |
Uh oh!
There was an error while loading. Please reload this page.
Preconditions
Steps to reproduce
Expected result
Actual result
Two duplicates SKU are created with same name.
The text was updated successfully, but these errors were encountered: