mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. WCM UI
- You can now invite and notify multiple users when creating a new website - Each user has a sandbox area to play in - Each sandbox is layered over the staging area sandbox git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3876 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -49,7 +49,7 @@ public class AVMNode implements Map<String, Object>
|
||||
public AVMNode(AVMNodeDescriptor avmRef)
|
||||
{
|
||||
this.avmRef = avmRef;
|
||||
this.version = -1; // TODO: always 1 for now...
|
||||
this.version = -1; // TODO: always -1 for now...
|
||||
this.path = avmRef.getPath();
|
||||
|
||||
getProperties();
|
||||
|
Reference in New Issue
Block a user