mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
ac8114f32c
commit
86b9f8e963
@ -137,6 +137,9 @@ class ServiceController extends ObjectController
|
|||||||
|
|
||||||
$form = IcingaServiceForm::load()->setDb($this->db());
|
$form = IcingaServiceForm::load()->setDb($this->db());
|
||||||
|
|
||||||
|
if ($this->set) {
|
||||||
|
$form->setServiceSet($this->set);
|
||||||
|
}
|
||||||
if ($this->host && $object->usesVarOverrides()) {
|
if ($this->host && $object->usesVarOverrides()) {
|
||||||
$fake = IcingaService::create(array(
|
$fake = IcingaService::create(array(
|
||||||
'object_type' => 'object',
|
'object_type' => 'object',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user