mirror of
https://github.com/nextcloud/server.git
synced 2026-05-13 17:10:43 -04:00
fix: Use proper link for navigating to files on click handler
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
33451e72ae
commit
03d7556be2
3 changed files with 4 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ export default {
|
|||
OCA.Viewer.open({ path: this.richObject.path })
|
||||
return
|
||||
}
|
||||
window.location = generateUrl('/f/' + this.id)
|
||||
window.location = this.richObject.link
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
4
dist/files-reference-files.js
vendored
4
dist/files-reference-files.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-reference-files.js.map
vendored
2
dist/files-reference-files.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue