Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field_ui.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jan 2011 at 18:41 UTC
Updated:
3 Jan 2014 at 02:41 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
yched commentedTrue.
Attached patch makes sure the 'common' input elements (label, required, help text) live in the negative weights space, so that hook_field_instance_settings_form() and hook_field_widget_settings_form() can happily add their own elements without bothering with weights.
Comment #2
mlncn commentedThat works wonderfully, thanks!
Comment #3
webchickHrm...
This is a UI change, which ought to be disallowed now that we've shipped 7.0.
OTOH, this is a fairly un-frequently accessed page, and is likely to disturb no one since the patch puts the fields in the order that one would generally expect.
So.. I think I'm going to let this slide in. But anything much more major than this is off the table until Drupal 8, now... :\
Committed to HEAD.