Needs review
Project:
URL field
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2013 at 02:29 UTC
Updated:
16 Jul 2015 at 10:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
john franklin commentedWhen node_save() or user_save() is called in the middle of a page load, the $item['attributes'] field may be cooked by url_field_presave() to a format suitable for the database API. Until #1801238: Remove serialized column data from Schema API is resolved, we'll need to check and possibly uncook it during the view code.
Attached patch does exactly that.
Comment #2
damienmckennaPlease see if #2480693: "attributes" value is "NULL" but should be "array()" to match drupal_attributes() requirements also resolves the problem, it provides a simpler fix.