mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge from SEAMIST3
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10730 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -51,7 +51,8 @@ public class VersionSeriesCheckedOutIdPropertyAccessor extends AbstractNamedProp
|
||||
LockType type = getServiceRegistry().getLockService().getLockType(nodeRef);
|
||||
if (type == LockType.READ_ONLY_LOCK)
|
||||
{
|
||||
return getServiceRegistry().getCheckOutCheckInService().getWorkingCopy(nodeRef);
|
||||
NodeRef pwc = getServiceRegistry().getCheckOutCheckInService().getWorkingCopy(nodeRef);
|
||||
return (pwc == null) ? null : pwc.toString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user