mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-05 13:04:27 +02:00
parent
c633c86db7
commit
74d1c78465
@ -180,7 +180,8 @@ class IcingaApiCommandRenderer implements IcingaCommandRendererInterface
|
|||||||
'author' => $command->getAuthor(),
|
'author' => $command->getAuthor(),
|
||||||
'comment' => $command->getComment(),
|
'comment' => $command->getComment(),
|
||||||
'sticky' => $command->getSticky(),
|
'sticky' => $command->getSticky(),
|
||||||
'notify' => $command->getNotify()
|
'notify' => $command->getNotify(),
|
||||||
|
'persistent' => $command->getPersistent()
|
||||||
);
|
);
|
||||||
if ($command->getExpireTime() !== null) {
|
if ($command->getExpireTime() !== null) {
|
||||||
$data['expiry'] = $command->getExpireTime();
|
$data['expiry'] = $command->getExpireTime();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user