In the implementation of hook_field('load', ...), field modules should return an array of additions to be added to the node object. All the data returned by modules is merged and then cached.

The attached patch fixes it.

CommentFileSizeAuthor
fix-hook-field-load.patch1.16 KBdropcube

Comments

dropcube’s picture

Status: Needs review » Fixed

As a result, the attributes array don get un-serialized properly, causing this error #516310: Link target: "allow user to choose" choice is not used in link.

Committed the patch to 6.x-2.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.