Skip to content

Commit 9534f88

Browse files
committed
fix permissions after move
1 parent c6824ab commit 9534f88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

filemanager/filemanager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ def move(self):
258258

259259
self.changeOwner(self.data['newPath'])
260260

261+
self.fixPermissions(domainName)
262+
261263
json_data = json.dumps(finalData)
262264
return HttpResponse(json_data)
263265

0 commit comments

Comments
 (0)