condense uploads listing on view change

This commit is contained in:
ed
2023-02-14 21:58:15 +00:00
parent 8adfcf5950
commit 6eba9feffe
3 changed files with 9 additions and 2 deletions

View File

@@ -1421,7 +1421,7 @@ class HttpCli(object):
self.log(t, 1)
raise Pebkac(403, t)
if is_put and not self.args.no_dav:
if is_put and not (self.args.no_dav or self.args.nw):
# allow overwrite if...
# * volflag 'daw' is set
# * and account has delete-access