Skip to content

Commit

Permalink
Merge pull request #3129 from nextcloud/backport/3114/stable25
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Aug 21, 2023
2 parents 789d5f8 + 7cf9191 commit a51f94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/NewFileMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ const NewFileMenu = {
const fileAction = OCA.Files.fileActions.getDefaultFileAction(fileModel.get('mimetype'), 'file', OC.PERMISSION_ALL)
fileAction.action(filename, {
$file: null,
fileId: fileModel.id,
dir: getCurrentDirectory(),
FileList,
fileList: FileList,
fileActions: FileList.fileActions,
})
} else {
Expand Down

0 comments on commit a51f94e

Please sign in to comment.