Skip to content

Commit 6310b04

Browse files
author
Anna Bukatar
committed
ACP2E-1969: Incorrect behavior for system messages when trying to delete bulk product using REST API
1 parent 6ad2195 commit 6310b04

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/AsynchronousOperations/Model/ResourceModel/System/Message/Collection/Synchronized

1 file changed

+1
-0
lines changed

app/code/Magento/AsynchronousOperations/Model/ResourceModel/System/Message/Collection/Synchronized/Plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public function afterToArray(
9797
);
9898
$bulkMessages = [];
9999
$messagesCount = 0;
100+
$data = [];
100101
foreach ($userBulks as $bulk) {
101102
$bulkUuid = $bulk->getBulkId();
102103
if (!in_array($bulkUuid, $acknowledgedBulks)) {

0 commit comments

Comments
 (0)