Needs review
Project:
Popups: Add and Reference
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2010 at 13:51 UTC
Updated:
8 Apr 2011 at 20:12 UTC
using Drupal 6.15 on LAMP
I found that the link does not show up with multiselect boxes (http://drupal.org/project/multiselect). Maybe this is also an error with the multiselect cck widget itself?
Comments
Comment #1
REMUU commentedBy making following change, it will work with Multi Select Node reference field
file : popups_reference.module
line no : 113
if ($widget_type == 'nodereference_select' || $widget_type == 'nodereference_buttons' || $widget_type == 'multiselect_select') {
Good Luck and have a nice day!