Skip to content

Commit cdbe999

Browse files
author
Maksym Savich
committed
MAGETWO-35462: Refactor \Magento\Framework\Model\Resource\Db\AbstractDb only update changed fields
- Failed integration test fix
1 parent f5ff3b6 commit cdbe999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Model/AbstractModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ public function load($modelId, $field = null)
305305
{
306306
$this->_beforeLoad($modelId, $field);
307307
$this->_getResource()->load($this, $modelId, $field);
308-
$this->_afterLoad();
309308
$this->setOrigData();
310309
$this->_hasDataChanges = false;
311310
return $this;

0 commit comments

Comments
 (0)