Active
Project:
Views default argument from Context
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2010 at 22:06 UTC
Updated:
14 Dec 2010 at 22:06 UTC
The sample contexts being set in views_arg_context_nodeapi() are conflicting with contexts I am setting in my own modules. I was setting my own node['nid'] context, but it kept mysteriously being overwritten by the nid of a block in my sidebar (I'm using the Node Blocks module). After some detective work, I finally traced the problem to this module.
I understand the utility of providing these default contexts, but could you please put them in a separate views_arg_context_examples module? That way those of us with specific needs can keep it disabled.