mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
fix(files): add missing Overwrite: F header in renaming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
069eb070a9
commit
f434483248
3 changed files with 4 additions and 3 deletions
|
|
@ -288,6 +288,7 @@ export default Vue.extend({
|
|||
url: oldEncodedSource,
|
||||
headers: {
|
||||
Destination: this.source.encodedSource,
|
||||
Overwrite: 'F',
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue