Active
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2012 at 23:37 UTC
Updated:
17 Aug 2012 at 01:42 UTC
If a user does not have sufficient permissions* to edit the node_revision information, the "Publish options" pane title still appears, despite the pane being empty. See screenshot.
*This functionality is possible using the Override Node Options module.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2012-07-26 at 4.30.13 PM.jpg | 70.74 KB | kmonty |
Comments
Comment #1
kmontyThis is also the case with "Authoring information"
Comment #2
populist commentedI am moving this over to Chaos Tools since I believe this is an issue with how these node_form panes are being displayed after the altering done by Override Node Options.
Comment #3
populist commentedIf others are having this problem, one option is to use the hook_panels_pane_content_alter() hook to set the title to NULL in cases where there is no content in the $content array coming through.