Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 00:18 UTC
Updated:
16 May 2012 at 01:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
jhedstromThis patch resolves the issue of the workbench module returning default pages without the panels module enabled. It presumably resolves #814528: Missing dependency on Panels in Features with one page in Page manager as well.
Comment #2
jhedstromThis patch simply initializes
$version = NULLat the beginning of the loop instead of the approach in #1.Comment #3
merlinofchaos commentedCommitted and pushed. Thanks!
Comment #5
jzornig commentedI'm using the fserver project which is a feature that contains a views style plugin. I found that this patch to ctools prevents the views style plugin from being recognised. If I back out just this one change in the ctools rc2 it resolves the issue.
See below for the issue at fserver.
http://drupal.org/node/1416178#comment-5753902
Comment #6
tim.plunkettI'm not really sure how this would have broken this.
Can you open a new issue with steps to reproduce? Or at least how you deduced that this was what broke it.
Comment #7
aubjr_drupal commentedI was having issues with D7 and fserver and came across this thread.
The answer to #6 appears to be just commenting out the $version = NULL and rolling back the patch in #2.
http://drupal.org/node/1490740 had a precis of their deduction process.
Comment #8
tim.plunkettGreat, that issue can be the follow-up, this issue can stay closed.