mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Version History list for a file (available in the File Details screen)
- View previous file version content - Sorted by most recent version first - Revert to a previous version action . Some more changes to Create Web Project wizard from Usability Review git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4756 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -127,7 +127,12 @@ public class AVMNode extends Node implements Map<String, Object>
|
||||
{
|
||||
return this.avmRef.getPath();
|
||||
}
|
||||
|
||||
|
||||
public final AVMNodeDescriptor getDescriptor()
|
||||
{
|
||||
return avmRef;
|
||||
}
|
||||
|
||||
public int getVersion()
|
||||
{
|
||||
return this.version;
|
||||
|
Reference in New Issue
Block a user