Needs work
Project:
Popups: Add and Reference
Version:
6.x-1.0
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2011 at 12:27 UTC
Updated:
22 Jan 2011 at 12:27 UTC
As this module is working well with CCK Node reference so it should provide the facility to work with Hierarchical select Node reference module
By making following change, it will work with Hierarchical select Node reference field
file : popups_reference.module
line no : 113
if ($widget_type == 'nodereference_select' || $widget_type == 'nodereference_buttons' || $widget_type == 'nodereference_hs') {
Thanks