Active
Project:
References
Version:
7.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2012 at 19:09 UTC
Updated:
15 Jul 2012 at 08:47 UTC
Migrate gives me node_reference and user_reference field values like this (when I inspect them through the user interface whilst editing a node):
[nid:1287]
akrowne [uid:2]
These don't pass validation, so I can't save my node.
In the database, the corresponding values are:
field_correction_article_nid : 1287
field_correction_closedby_uid : 2
(I mentioned this also in http://drupal.org/node/1268214 since my reference fields don't autocomplete properly either.)
This is on D7.12.
Comments
Comment #1
holtzermann17 commentedStrangely, on another development version of the site, before I added the user_reference field, the node_reference field validated correctly. I wonder if having both of them present at once is the issue??