Skip to content

Commit 897369b

Browse files
author
Maksym Savich
committed
MAGETWO-35462: Refactor \Magento\Framework\Model\Resource\Db\AbstractDb only update changed fields
- Failed manual test fix
1 parent 9471a22 commit 897369b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Model/Resource/Db/AbstractDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ public function load(\Magento\Framework\Model\AbstractModel $object, $value, $fi
365365

366366
$this->unserializeFields($object);
367367
$this->_afterLoad($object);
368+
$object->afterLoad();
368369

369370
return $this;
370371
}

0 commit comments

Comments
 (0)