Workaround for default tab issue on Dashboard, should be fixed elsewhere
This commit is contained in:
parent
e00e5c9824
commit
585b3aa506
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue