Commit a33cb825 authored by Mark Harding's avatar Mark Harding
Browse files

(fix): parent path must have colons

parent aa29430f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ class Manager
        }

        $entityGuid = $components[0];
        $parentPath = $components[1] . $components[2] . $components[3];
        $parentPath = "{$components[1]}:{$components[2]}:{$components[3]}";
        $guid = $components[4];

        if ($this->legacyRepository->isLegacy($entityGuid)) {