Closed (fixed)
Project:
Hierarchical Select Node Reference
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 22:14 UTC
Updated:
19 Mar 2010 at 15:09 UTC
Could you please describe how this project compares to #196518: Token support for advanced view argument? Both seem to have the same goal with different implementations.
Comments
Comment #1
jrao commentedBased on the description in http://drupal.org/node/196518#comment-895577, it looks to me that:
1. #196518 still uses existing node reference widget, which means either a single dropdown or a auto complete textbox. hs_nodereference uses Hierarchical Select as widget, which means you can have cascade dropdowns, each one limits the options in the next dropdown (actually this is whole purpose of this project).
2. #196518 makes changes to _nodereference_potential_references so that token can be used to limit the options in node reference widget using views, since hs_nodereference also uses _nodereference_potential_references to get the list of nodes to display in dropdown, any changes #196518 makes will be in effect for hs_nodereference, so I think the two can work together
Comment #2
jrao commented