mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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()
|
protected function addObjectTypeElement()
|
||||||
{
|
{
|
||||||
|
if (!$this->isNew()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$object = $this->object();
|
$object = $this->object();
|
||||||
|
|
||||||
if ($object->supportsImports()) {
|
if ($object->supportsImports()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user