Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 12:53 UTC
Updated:
6 May 2010 at 19:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedTrue - yet, it might be good to mirror the $prior_field param of the existing hook_field_update_field() :
function hook_field_update_instance($instance, $prior_instance) ?
Comment #2
yched commentedAttached patch does that.
Comment #3
moshe weitzman commentedComment #4
realityloop commented#2: field_update_instance-739470-2.patch queued for re-testing.
Comment #5
dries commentedCommitted to CVS HEAD. Thanks!