You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's stil beta, but i need to upgrad as soon as possible so i tested everything today.
The menu works without any problems on 3.0.11 but after the upgrade the helper doe not find any menus. Everything works until i call the following in my template.
echo$this->Menu->render('menu_left');
Error message:
undefined menu
The beforeRender() callback in MenuComponent.php gets called. I also can confirm, that - within the callback method - after setting the menu variable it is set in the ``$event->subject()` but coming back from the callback it is not there anymore ...
Bernhard
The text was updated successfully, but these errors were encountered:
I started some changes here - and the very minimal tests are passing but that checks the variable after the callback.
The 3.1 branch is constantly updated and some changes have been happening to the view layer so without the exact commit and a failing test, I can't really look more into it.
Hey!
I know it's stil beta, but i need to upgrad as soon as possible so i tested everything today.
The menu works without any problems on 3.0.11 but after the upgrade the helper doe not find any menus. Everything works until i call the following in my template.
Error message:
The beforeRender() callback in
MenuComponent.php
gets called. I also can confirm, that - within the callback method - after setting the menu variable it is set in the ``$event->subject()` but coming back from the callback it is not there anymore ...Bernhard
The text was updated successfully, but these errors were encountered: