DirectorObjectForm: allow to choose apply rule type
This commit is contained in:
parent
c65d042ed4
commit
39f789aa7b
|
@ -801,6 +801,10 @@ abstract class DirectorObjectForm extends QuickForm
|
||||||
|
|
||||||
$types['external_object'] = $this->translate('External Object');
|
$types['external_object'] = $this->translate('External Object');
|
||||||
|
|
||||||
|
if ($this->object()->supportsApplyRules()) {
|
||||||
|
$types['apply'] = $this->translate('Apply rule');
|
||||||
|
}
|
||||||
|
|
||||||
if (! $this->hasObject()) {
|
if (! $this->hasObject()) {
|
||||||
$this->object()->object_type = $default;
|
$this->object()->object_type = $default;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue