-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Wishlist] Giving the possibility to set/update item description on item update #28222
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
[Wishlist] Giving the possibility to set/update item description on item update #28222
Conversation
Hi @eduard13. Thank you for your contribution
❗ Automated tests can be triggered only manually with an appropriate comment:
ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
@magento run all tests |
Hi @rogyar, thank you for the review. |
✔️ QA Passed Manual testing scenario:
Before: ✖️ Quantity updated, but no description After: ✔️ Quantity and description updated |
@magento create issue |
…cription on item update #28222
Hi @eduard13, thank you for your contribution! |
Description (*)
This PR improves the wishlist item update, by allowing to update the description while updating the wishlist item.
The problem occurs, when we want to set/update the item description in the same time when we update item's quantity, which doesn't seem to be supported for now.
Related Pull Requests
Fixed Issues (if relevant)
N/A
Manual testing scenarios (*)
After running this test code, we'll be able to see that we've updated only the qty, and not the description.
Questions or comments
Looks like the description, is only used in case there is a new wishlist item created, which only happens if we're trying to update the item with some different options(custom options/super_attribute, etc) that are already added to wishlist.
Contribution checklist (*)
Resolved issues: