-
Notifications
You must be signed in to change notification settings - Fork 9.4k
M2C-21768 Validate product quantity on Wishlist update #25641
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
M2C-21768 Validate product quantity on Wishlist update #25641
Conversation
Hi @ptylek. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ptylek, thanks for the contribution! Please check the tests results and fix the code accordingly.
Hi @ptylek, thank you for your contribution! |
@magento run all tests |
will re-open PR to see if it fixes the issue with failed test. |
Hi @ptylek, thank you for your contribution! |
Hi @ptylek, thank you for your contribution! |
@ptylek unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
@Karlasa I tried to close and reopen it once again, without success. |
@engcom-Alfa Could you provide some insights why static tests are failing without giving any feedback about it? |
@Karlasa There are many static errors in the |
@engcom-Alfa I fixed those error. All checks have passed. |
I will take care of test coverage |
…o fix-validate_product_qty-M2C-21768
Hi @krzksz changes covered by jasmine test, could you please review ? |
Hi @krzksz, thank you for the review. |
✔️ QA Passed |
Hi @ptylek, thank you for your contribution! |
Description (*)
I've added a method which validates product qty in order to prevent updating Wishlist with product quantity that is empty, 0 or negative number.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
The same behaviour works for updating products quantity in Wishlist in User Area.
Contribution checklist (*)