Skip to content

Commit

Permalink
Fix importFromArray by setting _isCollectionLoaded to true after import
Browse files Browse the repository at this point in the history
  • Loading branch information
slackerzz committed Apr 19, 2019
1 parent ab6ec5b commit e1f91d1
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 e1f91d1

Please sign in to comment.