Closed (fixed)
Project:
Autocreate Node Reference
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Mar 2013 at 14:31 UTC
Updated:
19 Apr 2013 at 15:49 UTC
The 7.x-1.0 version only creates one instance. E.g., if you add an ANR field (field_anr1) to one content type and then try to add a second ANR field (field_anr2), both will end up referencing the same node. Module should support multiple references.
Fix is on the way.
SB
Comments
Comment #1
sunset_bill commentedDon't have a release out yet, but code fix is available on git: git clone --branch master http://git.drupal.org/project/autocreate.git
Comment #2
sunset_bill commentedFixed in 2013-Apr-13 7.x-1.x-dev release.
Comment #3
sunset_bill commentedThe problem:
In 7.x.-1.0, the anr_reference setting was a field setting, meaning it applied to all instances of the anr field, so any content type that had an anr field got the same node reference. As of the 2013-Apr-13 7.x-1.x-dev release, anr_reference is an instance setting, so all instances of the anr field get their own anr_reference.
Will be promoting 7.x-1.x-dev to 7.x-1.1 soon.
Comment #4
sunset_bill commentedBranch 7.x-1.1 pushed and release created.