Active
Project:
Views Display Tabs
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2010 at 04:32 UTC
Updated:
7 Aug 2010 at 14:56 UTC
Is it possible to add "vdt=activities_page|page_1" to a destination so that it knows what tab to have open on return ?
Thanks,
Chris
Comments
Comment #1
solipsist commentedShould be but you will have to URL encode the query string you wish to pass along in the destination query.
This:
front?vdt=news|page_1
Must be encoded as:
front%3Fvdt%3Dnews%7Cpage_1
As in:
?destination=front%3Fvdt%3Dnews%7Cpage_1