-
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
sku attribute save error #1222
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Progress: needs update
Comments
@sivajik34, thank you fro posting this issue. We've created internal ticket for that: MAGETWO-37045. |
vpelipenko
added
the
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
label
May 6, 2015
magento-team
pushed a commit
that referenced
this issue
May 22, 2015
@sivajik34 The fix is now available in 0.74.0-beta10. Thank you very much for your contribution and continued support to Magento 2! Could you please verify the issue? |
so sku scope should be global only.i mean observed we cant edit.its working fine.thank u. |
It should be the same for category_ids. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Progress: needs update
i changed sku scope from global to website then i saved successfully.again i changed sku scope from website to global... i'm trying to save.but i'm getting following error.
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'attribute_id' in 'where clause', query was: DELETE FROM
catalog_product_entity
WHERE (attribute_id = '70') AND (store_id IN(1, 2))The text was updated successfully, but these errors were encountered: