-
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
Problem adding attribute options that start with a number via REST Api #5715
Comments
+1: I can confirm.
from the This problem is not restricted to API calls! I was using the |
…th a number via REST Api #5715
Bug MAGETWO-56699 [GITHUB] Paypal checkout not possible with products that have custom options #5938 - for mainline MAGETWO-58290 [Github]Empty product option is added on each PUT request #5963 MAGETWO-58136 [Github] Shipping and billing address are not set if order placed with payment action Sale #6438 MAGETWO-55608 [GITHUB] M2.1: Not scrollable picture on mobile / product page #5302 MAGETWO-58285 Ajax error message doesn't display in backend MAGETWO-58338 [Github]Problem adding attribute options that start with a number via REST Api #5715 MAGETWO-52575 Unable to apply free shipping to specified method when creating order in admin MAGETWO-57078 [GITHUB] Can't set customer group when creating a new order in the admin. #6162 MAGETWO-58039 Table rate shipping not applying correctly - for mainline
Fix of MAGETWO-58338 is delivered to develop branch. Closing the issue. |
Hi, as far as can see the issue still exists in 2.1.2 |
In 2.2.0 release, IMHO. |
Was there a fix here? I see an update to a unit test in MAGETWO-58338, but not to the code that would fix the problem. |
2.1.6 still experiencing |
This issue is persisting in 2.1.7, i was hoping it must be resolved. |
I have the same error importing attributes with Firegento FastSimpleImport module. I've tried to apply 21d58ef but it doens't work. Is there any workaround? |
Problem still exist: https://github.com/magento/magento2/blob/2.1.10-preview/app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute.php You don't add this fix [https://github.com/magento/magento2/commit/21d58ef7b7af29ebfea183dbe5e4a084a5b2c343] to 2.1.9! |
I have created a external file in magneto 2 and it worked
|
Still an issue in 2.2.7 |
Still an issue in 2.3.3 and 2.3.4 - please fix. What's the point in InstallData files if we have to create certain values through the admin panel? |
Steps to reproduce
Expected result
Actual result
This only happens when the attribute options starts with a number.
The text was updated successfully, but these errors were encountered: