You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
When I remove product from wishlist via ajax request something like this: $.ajax('/wished_products/14', {method: 'delete'})
in controller action we can see that after removing item redirects to the current withlist BUT it redirects with current method delete that cause to removing current wishlist.
The text was updated successfully, but these errors were encountered:
When I remove product from wishlist via ajax request something like this:
$.ajax('/wished_products/14', {method: 'delete'})
in controller action we can see that after removing item redirects to the current withlist BUT it redirects with current method
delete
that cause to removing current wishlist.The text was updated successfully, but these errors were encountered: