Workaround for default tab issue on Dashboard, should be fixed elsewhere

This commit is contained in:
Thomas Gelf 2014-02-14 14:09:10 +00:00
parent e00e5c9824
commit 585b3aa506
1 changed files with 2 additions and 0 deletions

View File

@ -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(