mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaServiceForm: set name, not id -> branches
This commit is contained in:
parent
ebb08aceae
commit
ad046b00d2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user