Closed (cannot reproduce)
Project:
Relation Select
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2012 at 23:03 UTC
Updated:
23 Dec 2012 at 21:13 UTC
On a fresh Drupal install, with only the requiered modules to make relation select works (views, ctools, subform, efq, relation):
The result: the whole relation select field/form disappears.
Looking at the html, when the add another item is clicked, only
<div id="edit-field-test" class="field-type-relation-select field-name-field-test field-widget-relation-select form-wrapper">
<div class="ajax-new-content" style="display: block;"></div>
</div>
is left, no error message in the firebug console.
I tried to debug it with no luck so far.
Is anyone having the same problem?
Comments
Comment #1
jibize commentedMay be related to http://drupal.org/node/1791624.
Comment #2
jibize commentedVery weird, I was having very strange behaviours with any unlimited fields, after clearing the cache multiple times, running cron and rebuilding the registry, everything was back to normal.
Sorry for the false bug report...