Active
Project:
Views default argument from Context
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2011 at 15:48 UTC
Updated:
31 Mar 2011 at 15:48 UTC
For translations it is useful to have also the tnid as a default context set.
add this line to views_arg_context_nodeapi function
context_set('node', 'tnid', $node->tnid);
I did not want to create a custom module jut for that simple addition. maybe you could commit it.