Closed (fixed)
Project:
Rubik
Version:
6.x-3.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 02:15 UTC
Updated:
20 Mar 2013 at 17:06 UTC
I have a content type where the body is hidden (no name on the content type form), yet input formats are still output to the node edit form. The containing fieldset has an empty ID attribute.
Other themes (Garland, Zen, Tao) do not have the same issue.
More detail: http://drupal.org/node/853876
Comments
Comment #1
johnpitcairn commentedAh ... $%@^#&**@! Never mind, another custom module was interfering with $form['body_field'] without first checking it existed. Sorry for the noise.
Comment #2
dbassendine commentedThanks for the report - this problem can also be caused by the Excerpt module making modifications to $form['body_field'] when there's none present - see http://drupal.org/node/1948112