Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 693df65

Browse files
Merge pull request #4541 from nextcloud/backport/4524/stable33
2 parents 98d2032 + 52d8edb commit 693df65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actions/openGroupfolderAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const action: IFileAction = {
1919
const dir = nodes[0].attributes.mountPoint
2020
window.OCP.Files.Router.goToRoute(
2121
null, // use default route
22-
{ view: 'files' },
22+
{ view: 'files', fileid: nodes[0].id },
2323
{ dir },
2424
)
2525
return null

0 commit comments

Comments
 (0)