monitoring: Fix error when listing acks ...
... if the user has no permission to remove acks.
This commit is contained in:
parent
a262d13f86
commit
ddae844c2a
|
@ -47,7 +47,7 @@ $acknowledgement = $object->acknowledgement;
|
||||||
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
|
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<?php else: ?>
|
<?php elseif (isset($removeAckForm)): ?>
|
||||||
<?= $removeAckForm ?>
|
<?= $removeAckForm ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue