Skip to content

Commit ccc957b

Browse files
author
Oleksii Korshenko
committed
MAGETWO-86019: Issues/12374 #12736
- Merge Pull Request #12736 from virtual97/magento2:issues/12374 - Merged commits: 1. a847d89 2. ae62931
2 parents 8531c44 + ae62931 commit ccc957b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ public function load($printQuery = false, $logQuery = false)
920920
foreach ($this->_items as $item) {
921921
$item->setOrigData();
922922
$this->beforeAddLoadedItem($item);
923+
$item->setDataChanges(false);
923924
}
924925
\Magento\Framework\Profiler::stop('set_orig_data');
925926

0 commit comments

Comments
 (0)