This commit is contained in:
Lucio Lelii 2018-11-05 13:57:58 +00:00
parent c0b16ab0ba
commit 9d0908f128
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ public class ItemsCreator {
authChecker.checkWriteAuthorizationControl(ses, destination.getIdentifier() , true);
ses.getWorkspace().getLockManager().lock(destination.getPath(), true, true, 0,login);
ses.getWorkspace().getLockManager().lock(destination.getPath(), false, true, 0,login);
Node parentDirectoryNode = null;
try {