Closed jbcr closed 5 years ago
I think I have found the cause of this.
Could you try changing line 187 in LocationManager.php from
$newParentLocation = $locationService->loadLocation($parentLocationId);
to
$newParentLocation = $this->matchLocationByKey($parentLocationId);
and see if it works?
The new line $newParentLocation = $this->matchLocationByKey($parentLocationId);
work fine.
Fixed in 5.10.1
For move namy contents, I use a migration in mode
update
with the typelocation
. But I need use the location remote id for locate the new parent location (parent_location
).This bundle work in fact only with the location id or by reference. But the documentation indicates that it is possible to use the remote Id.