Merge pull request #39794 from nextcloud/backport/39789/stable27

This commit is contained in:
Julius Härtl 2023-08-10 19:55:53 +02:00 committed by GitHub
commit edc0df32e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,7 @@ export default {
...this.fileInfo,
mime: this.fileInfo.mimetype,
basename: this.fileInfo.name,
filename: this.fileInfo.path + this.fileInfo.name,
filename: this.fileInfo.path + '/' + this.fileInfo.name,
permissions: davPermissions,
fileid: this.fileInfo.id,
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long