mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added isLocked, isLockOwner and hasLockAccess AVM properties to Freemarker and JavaScript APIs
FreeMarker config object now shared to make use of MRU caching in FreeMarker git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6207 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -116,7 +116,7 @@ public class ScriptNode implements Serializable, Scopeable
|
||||
protected String id;
|
||||
|
||||
/** The aspects applied to this node */
|
||||
private Set<QName> aspects = null;
|
||||
protected Set<QName> aspects = null;
|
||||
|
||||
/** The target associations for this node */
|
||||
private ScriptableQNameMap<String, Object> assocs = null;
|
||||
|
Reference in New Issue
Block a user