mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.2 to HEAD
8282: Merged V2.1-A to V2.2 8263: Added debug error logging for NavigationBean getCompanyHomeVisible and getGuestHomeVisible. 8272: Program to load Alfresco with Person objects 8377: Merged V2.1 to V2.2 8374: Fix for AR-2087 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8502 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -168,7 +168,7 @@ public class AVMNode extends ScriptNode
|
||||
/**
|
||||
* @return true if the node is currently locked
|
||||
*/
|
||||
public boolean isLocked()
|
||||
public boolean getIsLocked()
|
||||
{
|
||||
AVMLock lock = this.services.getAVMLockingService().getLock(
|
||||
getWebProject(), path.substring(path.indexOf("/")));
|
||||
|
Reference in New Issue
Block a user