IcingaServiceForm: set name, not id -> branches

This commit is contained in:
Thomas Gelf 2022-09-21 11:26:47 +02:00
parent ebb08aceae
commit ad046b00d2

View File

@ -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();