mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Fixed WCM-497, WCM-525 & WCM-539
- Added target to continuous build to distribute AMPs - Web service client project now generates javadocs for files generatated from WSDL git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6212 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -218,6 +218,7 @@ public class AVMNode extends Node implements Map<String, Object>
|
||||
this.properties.put("modified", this.avmRef.getModDate());
|
||||
this.properties.put("creator", this.avmRef.getCreator());
|
||||
this.properties.put("modifier", this.avmRef.getLastModifier());
|
||||
this.properties.put("deleted", this.deleted);
|
||||
|
||||
this.propsRetrieved = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user