Skip to content

Fix referencing the wrong File entity when cloning referenced File entities....

Brad Greco requested to merge issue/entity_clone-3379148:2.x into 2.x

Fix referencing the wrong File entity when cloning referenced File entities. Remove the assumption that cloneEntity() will modify the $cloned_reference object in-place, which FileEntityClone::cloneEntity() does not do.

Merge request reports