Skip to content

Commit 67155c6

Browse files
authored
Merge pull request #38654 from nextcloud/backport/37904/stable26
2 parents daf7050 + 03d7556 commit 67155c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files/src/views/ReferenceFileWidget.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default {
115115
OCA.Viewer.open({ path: this.richObject.path })
116116
return
117117
}
118-
window.location = generateUrl('/f/' + this.id)
118+
window.location = this.richObject.link
119119
},
120120
},
121121
}

0 commit comments

Comments
 (0)