From ad046b00d21fd4bd63d53cd79942cf8df853d901 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 21 Sep 2022 11:26:47 +0200 Subject: [PATCH] IcingaServiceForm: set name, not id -> branches --- application/forms/IcingaServiceForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaServiceForm.php b/application/forms/IcingaServiceForm.php index d3b25541..f22f9e61 100644 --- a/application/forms/IcingaServiceForm.php +++ b/application/forms/IcingaServiceForm.php @@ -530,7 +530,7 @@ class IcingaServiceForm extends DirectorObjectForm */ protected function setupSetRelatedElements() { - $this->addHidden('service_set_id', $this->set->id); + $this->addHidden('service_set', $this->set->getObjectName()); $this->addHidden('object_type', 'apply'); $this->addImportsElement(); $this->setButtons();