mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
. "Paste As Link" and link object support in the web-client:
. Filetype icons for PSD (Photoshop) file-format . Import, Export and Manage Space Users actions added to Forums details page . Manage Space Users action added to Forum and Topic details pages . Removed some obsolete JSF navigation outcomes from dialogs/faces-config . Approx 10% performance improvement when showing large search results pages git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2582 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -274,7 +274,10 @@ public final class Repository
|
||||
// ignore root node check if not passed in
|
||||
boolean foundRoot = (rootNode == null);
|
||||
|
||||
buf.append(prefix);
|
||||
if (prefix != null)
|
||||
{
|
||||
buf.append(prefix);
|
||||
}
|
||||
|
||||
// skip first element as it represents repo root '/'
|
||||
for (int i=1; i<path.size(); i++)
|
||||
|
Reference in New Issue
Block a user