The pane that displays a field API field can force the #title of the field to override with the pane title in the default configuration. However, in doing so, it doesn't check to see if the field output was NULL, and this can cause drupal_render() to actually render an empty pane, which is wrong behavior.

This report comes from http://drupal.org/node/1025716#comment-6350806 and is properly its own issue.

The patch is quite simple, and forthcoming.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Active » Fixed
FileSize
722 bytes

Attached patch has been committed and pushed.

davidwhthomas’s picture

Excellent!

This fixes the override title > empty pane output issue for me, thanks so much.

Cheers,

David

P.S ctools + panels rocks, great stuff. :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.