DirectorObjectForm: no object type change allowed
This commit is contained in:
parent
ad8469a34c
commit
906644cb18
|
@ -927,6 +927,10 @@ print_r($object);
|
|||
|
||||
protected function addObjectTypeElement()
|
||||
{
|
||||
if (!$this->isNew()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$object = $this->object();
|
||||
|
||||
if ($object->supportsImports()) {
|
||||
|
|
Loading…
Reference in New Issue