mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
62cf0a3788
commit
73b71fd835
3 changed files with 13 additions and 5 deletions
|
|
@ -45,8 +45,16 @@ export const action = new FileAction({
|
|||
|
||||
window.OCP.Files.Router.goToRoute(
|
||||
null, // use default route
|
||||
{ view: 'files', fileid: node.fileid },
|
||||
{ dir: node.dirname, openfile: 'true' },
|
||||
{
|
||||
view: 'files',
|
||||
fileid: String(node.fileid),
|
||||
},
|
||||
{
|
||||
// If this node is a folder open the folder in files
|
||||
dir: isFolder ? node.path : node.dirname,
|
||||
// otherwise if this is a file, we should open it
|
||||
openfile: isFolder ? undefined : 'true',
|
||||
},
|
||||
)
|
||||
return null
|
||||
},
|
||||
|
|
|
|||
4
dist/files_sharing-init.js
vendored
4
dist/files_sharing-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-init.js.map
vendored
2
dist/files_sharing-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue