Closed (fixed)
Project:
Diff
Version:
7.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2016 at 12:37 UTC
Updated:
10 Dec 2016 at 03:04 UTC
Jump to comment: Most recent
Hello all,
I've noticed that when a user goes to a node's revisions page coming from the admin/content page, then he gets redirected back to it when clicking the "Compare" button.
I've tracked down the issue to be that the drupal_goto function always takes preference on the destination parameter.
Thus, I'm creating this thread to discuss the best way to solve this issue.
Comments
Comment #2
alan d. commentedYou must be coming for an altered listing :)
This would be more complicated trying to chain the destination, and doesn't really make sense to do that, so I went for the easy fix.
Comment #4
alan d. commentedThanks