Closed (fixed)
Project:
Link
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Sep 2009 at 04:50 UTC
Updated:
2 Oct 2009 at 05:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| fix-hook-field-load.patch | 1.16 KB | dropcube |
Comments
Comment #1
dropcube commentedAs 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.