mangoUI 3.4.6
-
I was running a fully up to date Mango yesterday with no issues. To day I saw noticed the announcement and upgraded a MangoES and another instance running on ubuntu. Both are having the same issues. After upgrading my sidenav menu items stopped working. I deleted and redid all of them and they started to work again. when I close my browser and reopen it again they stop working.
This is the error in my dev tool:error: Could not resolve 'ui.overview' from state 'ui.settings.home' at Object.S.y.transitionTo (mangoUi~ngMango.js?v=79615c602717893b08ed:102) at Object.S.y.go (mangoUi~ngMango.js?v=79615c602717893b08ed:102) at b.followLink (ui.main.js?v=56c3f2c603fe25103998:1) at fn (eval at compile (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230), <anonymous>:4:258) at a (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230) at c.$eval (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230) at c.$apply (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230) at HTMLButtonElement.<anonymous> (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230) at HTMLButtonElement.dispatch (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:39) at HTMLButtonElement.g.handle (mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:39) (anonymous) @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230 c @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:72 (anonymous) @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:72 $apply @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230 (anonymous) @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:230 dispatch @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:39 g.handle @ mangoUi~ngMango~ngMangoServices.js?v=696aa2772797d2e09619:39
What i've noticed is that if I make any change in the Edit menu page and save it. The error is resolved. Once I close the browser and then log back in, the error returns.
When I inspect my Menu Items before I push save in the Menu Editor page:
<a target="_self" class="ma-ui-menu-indent md-mangoDark-theme"> <!----> <!----> <span class="menu-text">Overview</span> </a>
After I push save :
<a target="_self" class="ma-ui-menu-indent md-mangoDark-theme" ng-href="/ui/overview" href="/ui/overview"> <!----> <!----> <span class="menu-text">Overview</span> </a>
Edit again: Refreshing the browser fixes the buttons as well.
-
@CraigWeb Yep found the issue and will release a fix ASAP. Really sorry about that!
-