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

sunset_bill’s picture

Don't have a release out yet, but code fix is available on git: git clone --branch master http://git.drupal.org/project/autocreate.git

sunset_bill’s picture

Fixed in 2013-Apr-13 7.x-1.x-dev release.

sunset_bill’s picture

The 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.

sunset_bill’s picture

Status: Active » Closed (fixed)

Branch 7.x-1.1 pushed and release created.