mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
JavaDoc updates for recent Template/script class changes and additions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5428 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -453,7 +453,7 @@ public class RhinoScriptService implements ScriptService
|
||||
if (resource.startsWith("/"))
|
||||
{
|
||||
// resolve from default SpacesStore as cm:name based path
|
||||
// TODO: remove this once FFS correctly allows name path resolving from store root!
|
||||
// we have to assume "/Company Home" as the root for now
|
||||
NodeRef rootNodeRef = this.services.getNodeService().getRootNode(this.storeRef);
|
||||
List<NodeRef> nodes = this.services.getSearchService().selectNodes(
|
||||
rootNodeRef, this.storePath, null, this.services.getNamespaceService(), false);
|
||||
|
Reference in New Issue
Block a user