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

jrao’s picture

Based 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

jrao’s picture

Status: Active » Closed (fixed)