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

View File

@ -41,6 +41,7 @@ if ($object->acknowledged): ?>
null, null,
array( array(
'icon' => 'ok', 'icon' => 'ok',
'data-base-target' => '_self',
'title' => $this->translate( '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'
) )