git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/branches/data-access/storagehub-webapp/1.0@173953 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c0b16ab0ba
commit
9d0908f128
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue