mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Bulk import into sandboxes has reached the stage of just sucking.
Thought I'd check in this stage. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6188 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -873,7 +873,6 @@ public class AVMLockingAwareService implements AVMService, ApplicationContextAwa
|
||||
{
|
||||
throw new AVMLockingException("avmlockservice.locked", new Object[]{path});
|
||||
}
|
||||
fLockingService.addWebProject(webProject);
|
||||
if (fLockingService.getLock(webProject, storePath[1]) == null)
|
||||
{
|
||||
List<String> owners = new ArrayList<String>(1);
|
||||
|
Reference in New Issue
Block a user