mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
ETHREEOH-2179 - Share search results that return a folder don't link correctly
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14591 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -154,7 +154,7 @@ function getDocumentItem(siteId, containerId, restOfPath, node)
|
||||
{
|
||||
item.type = "folder";
|
||||
item.size = -1;
|
||||
item.browseUrl = containerId + "#path=" + encodeURIComponent(getSpaceNamePath(siteId, containerId, node));
|
||||
item.browseUrl = "documentlibrary?path=" + encodeURIComponent(getSpaceNamePath(siteId, containerId, node));
|
||||
}
|
||||
else if (node.isDocument)
|
||||
{
|
||||
|
Reference in New Issue
Block a user