mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-04 12:49:34 -05:00
BusinessProcess: missing nodes must exist
This commit is contained in:
parent
91e9c7e321
commit
a747092a58
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ class BusinessProcess
|
|||
)
|
||||
);
|
||||
$node->setMissing();
|
||||
$this->nodes[$name] = $node;
|
||||
return $node;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue