curator icon indicating copy to clipboard operation
curator copied to clipboard

[CURATOR-379] unfixForNamespace corrupts child path when it contains namespace

Open computerlove opened this issue 8 years ago • 0 comments

When a child path starts with the namespace unfixForNamespace removes the namespace string, thus creating a invalid path. With namespace "foo" the result of unfixForNamespace("/foobar") is "bar".

computerlove avatar Jan 11 '17 10:01 computerlove