Closed (outdated)
Project:
UC Wish List
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2013 at 09:05 UTC
Updated:
2 Mar 2016 at 22:45 UTC
Jump to comment: Most recent
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
Comment #1
miccelito commentedI 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..
Comment #1.0
miccelito commentededit
Comment #2
naveenvalechaClosing because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.