Skip to content
Snippets Groups Projects
Commit 5ee91cc9 authored by gpawel's avatar gpawel
Browse files

[LMS-2171] bugfix

SVN: 20828
parent 15532e9d
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,8 @@ public class AutoResolveUtils
} else
{
return root.listMatchingNodes(path, pattern);
return root.listMatchingNodes(createStartingPoint(root, path).getRelativePath(),
pattern);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment