Skip to content

Commit

Permalink
Merge pull request #39789 from nextcloud/bugfix/noid/version-subdirec…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
juliushaertl committed Aug 10, 2023
2 parents 9533dcf + 7c89bdb commit 8436694
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
4 changes: 2 additions & 2 deletions dist/files_versions-files_versions.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_versions-files_versions.js.map

Large diffs are not rendered by default.

0 comments on commit 8436694

Please sign in to comment.