. 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:
Kevin Roast
2007-01-08 19:13:45 +00:00
parent e4ca6831b6
commit 8b10b42a07
7 changed files with 202 additions and 16 deletions

View File

@@ -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;