Revert "ServiceSet: re-enable them"

This reverts commit c073278ee3.
This commit is contained in:
Thomas Gelf 2016-11-03 15:04:42 +01:00
parent 58245108c4
commit f286b5ad08
2 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class ServiceController extends ObjectController
'urlParams' => array('name' => $this->host->object_name),
'label' => $this->translate('Services'),
));
} elseif ($this->set) {
} elseif ($this->host) {
$this->getTabs()->add('services', array(
'url' => 'director/serviceset/services',
'urlParams' => array('name' => $this->set->object_name),

View File

@ -68,10 +68,12 @@ abstract class ObjectsController extends ActionController
}
if ($object->supportsSets() || $object->isGroup() /** Bullshit, need base object, wrong on users */) {
/** forced to master, disabled for now
$tabs->add('sets', array(
'url' => sprintf('director/%ss/sets', $type),
'label' => $this->translate('Sets')
));
*/
}
$tabs->add('tree', array(