ObjectsController: hide sets for now...

...didn't want to push that early :p
This commit is contained in:
Thomas Gelf 2016-10-27 16:33:47 +00:00
parent bab23c8f9b
commit c91084f0db

View File

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