Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jul 2011 at 09:56 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vm commentedThis should be tested in 7.x and if the same issue is apparent shift the version to 7.x. Fixes get squared away upstream and are then backported.Actually this may not be reproducible in D7 with the new fields api in place.
One possible work around would be to use CCK and create your own description field rather than renaming the body field. Internally, body is still body even if you change the label.
Comment #2
vm commentedmarking as minor
Comment #3
sivaji_ganesh_jojodae commentedAttached patch will fix it.
Comment #4
ñull commentedCCK is not an option when you have too many content types. You don't think I am going to create a CCK field for all these content types and update al the related views that are already in place, do you? I prefer this to be fixed in core, please!
Comment #5
ñull commentedPatch works for me. Thanks. Please submit!
Comment #6
ñull commentedbump
Comment #7
gábor hojtsyI've looked for this message in Drupal 7 but could not find it, so looks like it does indeed not apply to Drupal 7 and/or was generalized and rewritten. Committed and pushed to Drupal 6, will be in the next release.