Skip to content
Snippets Groups Projects
Unverified Commit a39e37f1 authored by Magento 2 Team's avatar Magento 2 Team Committed by GitHub
Browse files

:arrows_clockwise: [EngCom] Public Pull Requests - 2.2-develop

Accepted Public Pull Requests:
 - magento/magento2#12736: Issues/12374 (by @virtual97)


Fixed GitHub Issues:
 - magento/magento2#12374: Model hasDataChanges always true (reported by @Detzler) has been fixed in magento/magento2#12736 by @virtual97 in 2.2-develop branch
   Related commits:
     1. a847d899
     2. ae629310
parents 397fe72e bb98d80b
Branches
No related merge requests found
......@@ -920,6 +920,7 @@ abstract class AbstractCollection extends AbstractDb implements SourceProviderIn
foreach ($this->_items as $item) {
$item->setOrigData();
$this->beforeAddLoadedItem($item);
$item->setDataChanges(false);
}
\Magento\Framework\Profiler::stop('set_orig_data');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment