Skip to content

Commit

Permalink
fix: Pass proper viewer filename
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot-nextcloud[bot] committed Aug 10, 2023
1 parent d97a58d commit a973d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_versions/src/views/VersionTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit a973d8b

Please sign in to comment.