mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
Node: Rename in_acknowledged to is_acknowledged
refs #461
(cherry picked from commit d88a7dd752)
This commit is contained in:
parent
96631e447c
commit
7159184971
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ abstract class Node
|
|||
'state' => $this->getStateName(),
|
||||
'since' => $this->getLastStateChange(),
|
||||
'in_downtime' => $this->isInDowntime() ? true : false,
|
||||
'in_acknowledged' => $this->isAcknowledged() ? true : false
|
||||
'is_acknowledged' => $this->isAcknowledged() ? true : false
|
||||
];
|
||||
|
||||
if ($parent !== null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue