This repository was archived by the owner on Nov 2, 2021. It is now read-only.
This repository was archived by the owner on Nov 2, 2021. It is now read-only.
wishlist destroying after removing wishied_product #88
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels