commit
97451dae86
|
@ -249,7 +249,7 @@ EOT;
|
|||
if ($this->has($name)) {
|
||||
unset($this->tabs[$name]);
|
||||
if (($dropdownIndex = array_search($name, $this->dropdownTabs, true)) !== false) {
|
||||
array_splice($this->dropdownTabs, $dropdownIndex, 2);
|
||||
array_splice($this->dropdownTabs, $dropdownIndex, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -129,6 +129,7 @@ abstract class MonitoredObjectController extends Controller
|
|||
$this->view->form = $form;
|
||||
$this->view->object = $this->object;
|
||||
$this->view->tabs->remove('dashboard');
|
||||
$this->view->tabs->remove('menu-entry');
|
||||
$this->_helper->viewRenderer('partials/command/object-command-form', null, true);
|
||||
return $form;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue