Skip to content

Commit

Permalink
Merge pull request #39794 from nextcloud/backport/39789/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Aug 10, 2023
2 parents 7711928 + 79e7ecf commit edc0df3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
Loading

0 comments on commit edc0df3

Please sign in to comment.