API page: https://api.drupal.org/api/drupal/modules%21field%21field.crud.inc/funct...

Updating to 7.24 breaks field_ui. There is a comment on the API page above:

Outdated?
Posted by cconrad on November 25, 2013 at 12:52pm new
This doesn't look right for Drupal 7.24.

field_update_instance takes an instance array as its parameter. Thus, $instance_info['definition'] in the last line of the code example should probably just read $instance_info.

All manage display settings do not persist after changes/saving. When I roll back to the commit pre-7.24, everything works again.

Comments

Brian MacKinney’s picture

Issue summary: View changes

Version: 7.24 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.