When a user is on it's wishlist /user/UID/wishlist, removing item(s) from wishlist clicking 'Update wishlist' button, user gets redirected to new page /wishlist/ID

I think it would be better if redirecting to same page /user/UID/wishlist

source:
uc_wishlist.pages.inc
$form_state['redirect'] = 'wishlist/'. $form_state['values']['wid'];

Comments

miccelito’s picture

I guess instead of hacking this module too much I could use triggered Rules using replacement pattern [user:uid] for most of the redirect links that I would like to change in this module..

miccelito’s picture

Issue summary: View changes

edit

naveenvalecha’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.