mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
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…
x
Reference in New Issue
Block a user