Closed (fixed)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Nov 2012 at 02:02 UTC
Updated:
30 Nov 2012 at 19:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ericras commentedI can confirm. I modified with module_load_include as follows:
Comment #2
beeradb commentedMoving to the panels queue.
I was able to reproduce this issue with just the 3.x issues of Panelizer and Panels installed independently of Panopoly. The attached patch does indeed fix the issue.
Comment #3
BenK commentedI've just tested the patch in #2 and it works well for me... the issue is solved.
--Ben
Comment #4
Letharion commentedComment #5
merlinofchaos commentedThis is panels. We use ctools_include, not module_load_include().
In this case, ctools_include('plugins', 'panels')
Comment #6
populist commentedHere is a patch which switches the code inclusion to ctools_include().
Comment #7
Anonymous (not verified) commentedsuccessfully patched. thanks
Comment #8
beeradb commentedI kind of feel dumb for not thinking about using ctools_include. I should know better by now :)
Either way, patch in #6 fixes for me. It's a fairly trivial fix, so going ahead and moving to RBTC.
Comment #9
gusaus commentedTested and works for me. Thanks all!
Comment #10
merlinofchaos commentedCommitted and pushed.
Comment #11
merlinofchaos commentedCommitted and pushed.