From 8c08e6c8c6b33e15fb974ff540f0792970652bbc Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Sat, 13 Dec 2014 16:59:24 +0100 Subject: [PATCH] Select menu item for applicationDetailView --- js/apps/system/aardvark/frontend/js/routers/router.js | 2 ++ 1 file changed, 2 insertions(+) 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 }); }