Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 22:28 UTC
Updated:
8 May 2011 at 08:51 UTC
Jump to comment: Most recent file
Comments
Comment #2
yched commentedThe 3rd hunk is correct, but for the other two, the current code is correct - this is about building form values for the 'add new field' line in Field UI's 'manage fields' form. In this form, the input for the widget is actually called 'widget_type'.
Comment #3
droplet commentedahh. I see what happen. :)
Comment #4
yched commentedthanks !
Comment #5
dries commentedCommitted to 7.x and 8.x. Thanks.
Comment #6
yched commentedDries, the D8 commit also reverted #1097100: Remove all 7xxx update functions and tests (D6 to D7 upgrade path) for the following files :
modules/field/field.install
modules/field/modules/field_sql_storage/field_sql_storage.install
modules/node/node.install
See http://drupalcode.org/project/drupal.git/commitdiff/aeb0651fb650ad284c20...
Also, patch #3 changed the field_ui.test file from 644 to 755 (affects both D7 and D8)
Attached patches fix back D7 and D8.
Comment #7
yched commentedshould be RTBC.
Comment #8
yched commentedActually, it seems forum.install D8 has also been moved to 755 in a recent commit.
New patch for D8. Patch #6 is still valid for D7.
Comment #9
dries commentedAh, thanks. Committed to 8.x.
Comment #10
droplet commentedsorry. seems them are my patches.
I set it prevent it happen again
Comment #11
dries commentedI don't understand #10. Did you mean to mark this RTBC again?
Comment #12
droplet commented@11, my status changes is wrong (when I replied this comment I do not see your #9 reply)
Comment #13
yched commented@Dries : D7 needs to be fixed too :-) (field_ui.test 755 --> 644). Patch is in #6.
Comment #14
webchickWow, bizarre. I had no idea you could do chmod changes in patch form.
However, I tried to apply this and get:
So is #6 still necessary?
Comment #15
webchickWell it helps when I'm on the right branch, doesn't it? (EEEK!) Heh.
Committed to 7.x. :)
Comment #16
webchick.