Skip to content

Commit

Permalink
ENGCOM-4787: Backport - Fix importFromArray by setting _isCollectionL…
Browse files Browse the repository at this point in the history
…oaded to true after import #21869 #22422

 - Merge Pull Request #22422 from slackerzz/magento2:back-port-pull-21869
 - Merged commits:
   1. e1f91d1
  • Loading branch information
magento-engcom-team committed Apr 19, 2019
2 parents ab6ec5b + e1f91d1 commit d11cc25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ public function importFromArray($arr)
$this->_items[$entityId]->addData($row);
}
}
$this->_setIsLoaded();
return $this;
}

Expand Down

0 comments on commit d11cc25

Please sign in to comment.