DirectorObjectForm: do not allow external objects
This commit is contained in:
parent
906644cb18
commit
4417d58349
|
@ -949,8 +949,6 @@ print_r($object);
|
||||||
$types = array('object' => $this->translate('Object'));
|
$types = array('object' => $this->translate('Object'));
|
||||||
}
|
}
|
||||||
|
|
||||||
$types['external_object'] = $this->translate('External Object');
|
|
||||||
|
|
||||||
if ($this->object()->supportsApplyRules()) {
|
if ($this->object()->supportsApplyRules()) {
|
||||||
$types['apply'] = $this->translate('Apply rule');
|
$types['apply'] = $this->translate('Apply rule');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue