-
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
Product Customizable Options Value, can't save SKU value #18037
Comments
Hi @SvanteAvenla. 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:
where @SvanteAvenla 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.2.3 instance |
Hi @SvanteAvenla. Thank you for your request. I'm working on Magento 2.2.3 instance for you |
Hi @SvanteAvenla, here is your Magento instance. |
I was able to reproduce the issues on the vanilla Magento instance you provided me with. |
Hi @SvanteAvenla The fix for this issue has already available in 2.2-develop branch. |
Where is the commit fixing this issue? I would like to see how the fix is done? |
@SvanteAvenla i'm can't find commit or PR , but i'm tested it on 2.2-develop branch and have no issue any more. |
@magento-engcom-team give me 2.2-develop instance |
Hi @SvanteAvenla. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @SvanteAvenla, here is your Magento instance. |
Seems you are right. I can't reproduce the issue in the 2.2-develop either. If you find the commit and remember me please post the commit id here. I'm curious. Thank you for your time! |
@SvanteAvenla ok. |
@engcom-backlog-nazar I'm interested in seeing the commit as well or at least what version of Magento it's slated for. |
Preconditions
Steps to reproduce
['title' => 'One', 'Price' => '10', 'Price Type' => 'Fixed', 'SKU' => 'Performance problem & memory leak in Mage_Index_Model_Process #123'],
['title' => 'Two', 'Price' => '20', 'Price Type' => 'Fixed', 'SKU' => 'Bogus error message if mcrypt extension is not installed. #456']
['title' => 'One', 'Price' => '10', 'Price Type' => 'Fixed', 'SKU' => 'Performance problem & memory leak in Mage_Index_Model_Process #123'],
['title' => 'Two', 'Price' => '20', 'Price Type' => 'Fixed', 'SKU' => 'Performance problem & memory leak in Mage_Index_Model_Process #123']
Expected result
Actual result
Additional notes
The SKU value is unset in the function
Magento\Framework\Model\ResourceModel\Db->prepareDataForUpdate($object)
.The text was updated successfully, but these errors were encountered: