mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
JavaScript node and Template node xpath search now uses QueryParameters for folder path searches
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -51,6 +51,6 @@ public class XPathResultsMap extends BasePathResultsMap
|
||||
*/
|
||||
public Object get(Object key)
|
||||
{
|
||||
return getChildrenByXPath(key.toString(), false);
|
||||
return getChildrenByXPath(key.toString(), null, false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user