Skip to content

Commit c6d7f93

Browse files
committed
ACP2E-3282: When we unassign products from the shared catalog, the wishlist products are not being cleared
1 parent 1570db2 commit c6d7f93

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection

1 file changed

+2
-2
lines changed

app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection/Grid.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ private function addQtyFilter(string $field, array $condition)
192192
/**
193193
* @inheritdoc
194194
*/
195-
public function getSize()
195+
/* public function getSize()
196196
{
197197
$this->load();
198198
if ($this->_totalRecords === null) {
199199
$this->_totalRecords = count($this->getItems());
200200
}
201201
202202
return (int)$this->_totalRecords;
203-
}
203+
}*/
204204
}

0 commit comments

Comments
 (0)