Patch (to be ported)
Project:
Node clone
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2011 at 19:07 UTC
Updated:
9 May 2014 at 01:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pwolanin commentedComment #2
pwolanin commentedThis doesn't look very easy to do - core doesn't offer much facility for appending a query string to contextual links (or tabs). Might be able to use a to_arg function and put a token in the path?
Comment #3
pwolanin commentedKinda ugly, but here's a 1st pass.
Maybe the token should depend on the node ID too?
Comment #4
pwolanin commentedAn alternative to actually changing the path for the "normal" case would be to swap out the router item depending on the setting, which means forcing a menu rebuild if the setting changes. That's maybe ok, but not so nice either.
Comment #5
pwolanin commentedSimplified logic makes the patch much smaller.
Comment #6
pwolanin commentedneeds to be backported.
Comment #6.0
pwolanin commentedadding credit to the reporter: Jonathan Hedstrom