mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
getPaths now returns the latest snapshot path, even when the head path
has not changed since the last snapshot. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5786 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1433,7 +1433,6 @@ public class AVMRepository
|
||||
if (store != null)
|
||||
{
|
||||
addPath(components, -1, store.getName(), paths);
|
||||
return;
|
||||
}
|
||||
VersionRoot vr = fVersionRootDAO.getByRoot(node);
|
||||
if (vr != null)
|
||||
|
Reference in New Issue
Block a user