Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jun 2008 at 02:47 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aren cambre commentedOops, now I see that they are in the collapsed the Submission form section.
I am leaving this as a bug because, in light of the fact that title and body are so essential, I don't understand why Submission form section is collapsed by default. I just double-checked my Drupal 5 system, and that section is expanded by default.
Also, it seems that, regardless of the presence of CCK-generated fields, title and body should always show up at admin/content/node-type/(content type)/fields.
Comment #2
yched commentedThose pages are handled by core's node.module
Comment #3
karschsp commentedtagging for the novice queue. just need to change '#collapsed' from TRUE to FALSE in function node_type_form in content_types.inc and roll the patch.
Comment #4
JamesAn commentedVoila!
Comment #5
JamesAn commentedOops. Forgot to flip the status. ^^"
Comment #7
JamesAn commentedIt passed before. Retesting..
Someone care to review this for submission?
Comment #8
xmacinfoThat's was an easy one. Thanks. RTBC
Comment #9
webchickThere's a lot of work going on right now in #372743: Body and teaser as fields to pull these out and make them actual fields which could be managed in CCK along with everything else. In the meantime though, I agree that this is a nice improvement since it's nearly impossible for anyone to find these settings otherwise.
Committed to HEAD. Thanks!
Comment #10
sun'#collapsed' => FALSEis the default value for fieldsets, so we could have as well just removed the now superfluous line. Most of core relies on this default.Comment #11
xmacinfo@sun: Can you create a patch to remove the superfluous? :-)
Comment #12
JamesAn commentedThanks for catching that, sun.
I've created a patch to remove it altogether.
Comment #13
catchComment #14
webchickCommitted to HEAD. Thanks!