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
  • Loading branch information
sidolov authored Apr 22, 2019
2 parents c52ee4a + d11cc25 commit 5a1438f
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 5a1438f

Please sign in to comment.