mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix: Pass proper viewer filename
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
77119282af
commit
cff9a567d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue