DirectorObjectForm: no object type change allowed

This commit is contained in:
Thomas Gelf 2016-03-18 14:36:57 +01:00
parent ad8469a34c
commit 906644cb18
1 changed files with 4 additions and 0 deletions

View File

@ -927,6 +927,10 @@ print_r($object);
protected function addObjectTypeElement()
{
if (!$this->isNew()) {
return;
}
$object = $this->object();
if ($object->supportsImports()) {