Closed (fixed)
Project:
Nodereference Explorer
Version:
6.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2011 at 03:28 UTC
Updated:
30 May 2012 at 10:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
stacysimpson commentedWell, I beat my head against the computer for the better part of a day and cannot figure out why this widget shows up as an option initially, but isn't in the list when the form is validated.
FWIW, I ran across a module, http://drupal.org/project/noderelationships, that seems to do the same thing. At least for our use-case.
Comment #2
websitetechnician commentedHave the same issue with a 6.22 install of mine as well. The workaround I've been using for it is instead of going directly in to edit the field itself I click to edit the content type first then go into manage fields and select the field using explorer. All the options magically come back.
Comment #3
gnindl commentedThe problem lies in the function nodereference_explorer_plugins() which might not load the CCK widget if file permissions are restrictive. The patch addresses this problem by avoiding to call this function at all and sets the the return value for nodereference_explorer_widget_info() statically. Patch will be committed soon.
Comment #4
gnindl commentedPatch committed to repository: http://drupalcode.org/project/nodereference_explorer.git/commit/4f838f2
Comment #5.0
(not verified) commentedclarified which existing fields still worked.