diff --git a/js/apps/system/aardvark/frontend/js/routers/router.js b/js/apps/system/aardvark/frontend/js/routers/router.js index a184034707..1a527a2531 100644 --- a/js/apps/system/aardvark/frontend/js/routers/router.js +++ b/js/apps/system/aardvark/frontend/js/routers/router.js @@ -109,6 +109,8 @@ }, applicationDetail: function (key) { + this.naviView.selectMenuItem('applications-menu'); + if (this.foxxList.length === 0) { this.foxxList.fetch({ async: false }); }