Closed (fixed)
Project:
Open Atrium
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2016 at 20:49 UTC
Updated:
23 Aug 2016 at 07:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
polHere's the patch.
Comment #3
polMmmh weird, if I use the name Page elements, I still do not see them.
If I change the name to something else(random string), I see the category properly when trying to add content in my panel page.
Help requested please!
Comment #4
polComment #5
Argus commentedCan't see why this is a major issue. Also for me the category Page Elements is displayed fine. Did you check on a fresh OA install?
Comment #6
polThis is a major issue for us actually, sorry I shouldn't be so hasty when filling an issue :-)
Actually, we created a theme based on oa_radix and we're unable to access to some panels pane, the ones in the "Page elements" category.
I'm trying to debug but I'm unable to find where it comes from.
I just installed a fresh Openatrium 2.66 locally to test again... I will report in a couple of hours.
Thanks.
Comment #7
polI just tested on a fresh install and you can reproduce the bug.
1) Install a fresh OpenAtrium 2.66.
2) Edit the
site_templatepage (Panels Everywhere) (screenshot)3) Try to find the 'Page elements' category, it doesn't show up. (screenshot)
4) If you remove, for example, the "Page Title" element, you're unable to add it back.
I hope it helps.
Comment #8
polAfter some research, there is a call to
panopoly_admin_is_advanced_plugin()inpanopoly_admin_preprocess_panels_add_content_modal().If I return an empty array here in
panopoly_admin_is_advanced_plugin(), I can see the category 'Page elements'.Could you explain the behavior ? Why these categories are removed ?
Comment #9
polGoing to
admin/panopoly/settings/panopoly_adminand enabling "Use advanced Panel Plugins" fixed the issue, I can see the category now.I can close the issue and the patch is irrelevant now.