Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.8
Component:
Page Manager
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Nov 2010 at 11:11 UTC
Updated:
4 Nov 2011 at 08:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedThat solution can't be correct.
1) Page Manager has no dependency on Panels, so directly referencing one if its files is wrong.
2) That's a task handler plugin. Even if we were to directly reference a Panels file, we'd use page_manager_get_task_handler(). That said, 1) is more important.
So that leads us to the question...why is a Panels function getting called when a page manager task handler is in place?
Comment #2
un11imig commentedThe patch works for me.
Thanks!
Comment #3
merlinofchaos commentedThe problem is that the HTTP Response task handler is cut & pasted from Panels and I didn't sufficiently scrub it. Sorry about that.
Patch attach. Fixes already committed.
Comment #5
netsensei commentedJust ran into this problem while tinkering with the page manager without having panels enabled. Patch fixes the issue. Thanks!
Comment #6
merlinofchaos commentedWhy did you re-open this? I said in #3 it was committed. :/
Comment #7
merlinofchaos commentedComment #8
Pls commentedIt would be great to have new version of ctools as we now have to use 1.x-dev version, in order to enjoy this commit and patch. Thanks!