Fix that the AcknowledgeCommandForm is opened in a new column

This commit is contained in:
Johannes Meyer 2015-03-02 18:45:38 +01:00
parent b9ac42b54d
commit 53e73161d8
1 changed files with 3 additions and 2 deletions

View File

@ -40,8 +40,9 @@ if ($object->acknowledged): ?>
$ackLink,
null,
array(
'icon' => 'ok',
'title' => $this->translate(
'icon' => 'ok',
'data-base-target' => '_self',
'title' => $this->translate(
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
)
)