From 585b3aa50637fa52795890ac71cc62947179322d Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 14 Feb 2014 14:09:10 +0000 Subject: [PATCH] Workaround for default tab issue on Dashboard, should be fixed elsewhere --- application/controllers/DashboardController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/DashboardController.php b/application/controllers/DashboardController.php index 7cbf97d98..faa7cd88f 100644 --- a/application/controllers/DashboardController.php +++ b/application/controllers/DashboardController.php @@ -117,6 +117,8 @@ class DashboardController extends ActionController if ($this->_getParam('pane')) { $pane = $this->_getParam('pane'); $dashboard->activate($pane); + } else { + $dashboard->determineActivePane(); } $this->view->tabs = $dashboard->getTabs(); $this->view->tabs->add(