ZF-11442: Zend_Navigation_Page_Mvc::isActive does not work for chained routes
Description
Hello,
The patch http://framework.zend.com/issues/browse/ZF-11359 fixed the issue with isActive not been route aware.
The applied patch however doesn't work for chained routes.
See the http://framework.zend.com/issues/browse/ZF-11359 for more info
Comments
Posted by Môshe van der Sterre (môshevds) on 2011-06-05T12:13:38.000+0000
This issue depends on http://framework.zend.com/issues/browse/ZF-11443 When that is fixed, this will also work.
See the unittest for this problem at http://pastie.org/2022127
Posted by Cristian Bichis (avantis) on 2011-06-05T12:18:24.000+0000
Freeaqingme, can you check this ? Sounds to be an easier fix for the problem...
Posted by Frank Brückner (frosch) on 2013-02-06T10:20:10.000+0000
Fixed on trunk (25250) and release-1.12 (25251)
Only unit test was added.