DirectorObjectForm: do not allow external objects

This commit is contained in:
Thomas Gelf 2016-03-18 14:39:00 +01:00
parent 906644cb18
commit 4417d58349
1 changed files with 0 additions and 2 deletions

View File

@ -949,8 +949,6 @@ print_r($object);
$types = array('object' => $this->translate('Object'));
}
$types['external_object'] = $this->translate('External Object');
if ($this->object()->supportsApplyRules()) {
$types['apply'] = $this->translate('Apply rule');
}