Fix that the AcknowledgeCommandForm is opened in a new column
This commit is contained in:
parent
b9ac42b54d
commit
53e73161d8
|
@ -40,8 +40,9 @@ if ($object->acknowledged): ?>
|
||||||
$ackLink,
|
$ackLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'ok',
|
'icon' => 'ok',
|
||||||
'title' => $this->translate(
|
'data-base-target' => '_self',
|
||||||
|
'title' => $this->translate(
|
||||||
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue