Skip to content

Commit 05067c5

Browse files
authored
Merge pull request #28879 from nextcloud/backport/28872/stable21
[stable21] Fix files view change and undefined currentFileList
2 parents 021d5ab + cb30254 commit 05067c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/js/gotoplugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
actionHandler: function (fileName, context) {
4242
var fileModel = context.fileInfoModel;
4343
OC.Apps.hideAppSidebar($('.detailsView'));
44-
OCA.Files.App.setActiveView('files', {silent: true});
44+
OCA.Files.App.setActiveView('files');
4545
OCA.Files.App.fileList.changeDirectory(fileModel.get('path'), true, true).then(function() {
4646
OCA.Files.App.fileList.scrollTo(fileModel.get('name'));
4747
});

0 commit comments

Comments
 (0)