When I turn off some of the layout options in og panels admin, the layout options turned off (all layouts) still show up when managing pages for a group.

CommentFileSizeAuthor
#2 og_panels_layout.patch633 bytesjimthunderbird

Comments

jimthunderbird’s picture

This problem is located at line #794 of og_panels.module, where it saids

return panels_edit_layout($display, t('Save'), "node/$group_node->nid/og_panels");

It should be:

return panels_edit_layout($display, t('Save'), "node/$group_node->nid/og_panels", 'og_panels');
jimthunderbird’s picture

StatusFileSize
new633 bytes

Here's the patch to solve this issue.

populist’s picture

Status: Active » Fixed

commited, thanks!

Status: Fixed » Closed (fixed)

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