mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 18:19:33 -05:00
BpNode: let empty processes be unknown
This commit is contained in:
parent
6f33705173
commit
76a526d8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ class BpNode extends Node
|
|||
|
||||
if (!$this->hasChildren()) {
|
||||
// TODO: delegate this to operators, should mostly fail
|
||||
$this->state = 0;
|
||||
$this->state = 3;
|
||||
$this->setMissing();
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue