-
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
"Minimum Qty Allowed in Shopping Cart" functionality breaks product "Update Attributes" functionality #21640
Comments
Hi @samgranger. 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. @samgranger 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 @hiren0241. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @hiren0241, here is your Magento instance. |
Hi @samgranger, By following steps to reproduce, I am unable to reproduce it. |
@hiren0241 I noticed the setting wasn't changed, see screenshot. I have changed this for you. Please try the Update Attributes functionality again. |
@samgranger Okay, got your point. Let me try once again. |
@samgranger Reproduced. Thanks for correction. |
Hi @hiren0241. Thank you for working on this issue.
|
✅ Confirmed by @hiren0241 |
@magento-engcom-team give me 2.2-develop instance |
Hi @hiren0241. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @hiren0241, here is your Magento instance. |
Hi @hiren0241. Thank you for working on this issue.
|
@samgranger |
Hi @shikhamis11. Thank you for working on this issue.
|
Great, thank you @hiren0241 |
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@samgranger While getting configuration from database , this value: '{"32000":456,"0":123}' creates an error. we need to unserialize the config value. |
@hiren0241 Indeed, I believe this use to be a fixed integer value configuration but now it can vary per user group. You'd expect the default value would also be an object now instead of just being |
@samgranger I have fixed issue by getting exact configuration value set by back-end configuration. Now, whatever sets in back-end same will reflect in frontend as well. |
Hi @samgranger, This bug has been already reported in #17592. Thank you! |
Preconditions (*)
Steps to reproduce (*)
cataloginventory/item_options/min_sale_qty
, the default value is1
.cataloginventory/item_options/min_sale_qty
gets an array as a value.Update Attributes
in the Actions dropdown menu.Expected result (*)
Actual result (*)
system.log
reports the following issue:This is because
cataloginventory/item_options/min_sale_qty
is no longer a numeric value.The text was updated successfully, but these errors were encountered: