Skip to content

Commit c840ade

Browse files
committed
MAGETWO-93715: [2.3] Delete action in grid could be sent multiple times
1 parent 5376879 commit c840ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/MassDelete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function execute()
6666
}
6767

6868
if ($productDeleted) {
69-
$this->messageManager->addSuccess(
69+
$this->messageManager->addSuccessMessage(
7070
__('A total of %1 record(s) have been deleted.', $productDeleted)
7171
);
7272
}

0 commit comments

Comments
 (0)