Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 01:05 UTC
Updated:
4 Dec 2009 at 05:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedAnd that patch is test + fix (should pass).
Includes the field values as
'#type' => 'value'elements in the form.Comment #2
sunAwesome.
So this is 90% of CCK field permissions in a core test module? Yay!? X-D
This review is powered by Dreditor.
Comment #3
yched commentedMinor change, unify the form structures a little more between 'access' and 'no access'.
Comment #4
webchickGood clean-up and even comes with a full suite of delicious tests. Yummy!
Committed to HEAD.