Skip to content

Commit a39e37f

Browse files
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #12736: Issues/12374 (by @virtual97) Fixed GitHub Issues: - #12374: Model hasDataChanges always true (reported by @Detzler) has been fixed in #12736 by @virtual97 in 2.2-develop branch Related commits: 1. a847d89 2. ae62931
2 parents 397fe72 + bb98d80 commit a39e37f

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)