Commit a33cb825 authored by Mark Harding's avatar Mark Harding

(fix): parent path must have colons

1 merge request!262[Sprint/InterestingIguana] (fix): resolve comments by urn
Pipeline #71230089 failed with stages
in 6 minutes and 27 seconds
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment