Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Widgets
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
11 Feb 2015 at 21:00 UTC
Updated:
29 May 2015 at 22:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joegraduateHere is a patch.
Comment #2
dsnopekThanks! Committed. :-)
Comment #4
dsnopekHrm. Not sure why, but the commit with this change is failing the automated tests on Travis-CI:
https://travis-ci.org/panopoly/panopoly/builds/50504351
Comment #5
dsnopekThis does actually appear to be related to a change in menu_block - here's the salient error from Travis:
https://gist.github.com/dsnopek/79d92cd6833d6cbef842
So, I'm going to revert this for now! It either means there is a new bug in menu_block that is breaking things, or that we need to adjust the Panopoly code for changes to menu_block.
Comment #7
joegraduateLooks like it's a known issue and fix has been committed to the dev version of menu_block:
https://www.drupal.org/node/2421645
Comment #8
joegraduateComment #9
joegraduateUpdated patch.
Comment #10
joegraduateComment #11
dsnopekAdding to the sprint
Comment #12
dsnopekHere's a Behat build of the last patch: https://travis-ci.org/panopoly/panopoly/builds/62733561
Comment #13
mglamanTravis hasn't kicked off yet, but my local tests are passing.
Comment #14
joegraduateGonna try to do a little manual testing of this...
Comment #15
joegraduateCan't seem to reproduce the problem in manual testing. The parent/upstream issue suggests that the problem only affects PHP 5.3 but I could not duplicate the problem in a PHP 5.3 environment either. Dave Reid does seem pretty confident that the parent issue is resolved though (this patch includes his fix) and I think this is ready to go.
Comment #16
dsnopekSounds good! Committed :-)