Merge pull request #31441 from nextcloud/backport/31424/stable22

[stable22] fix fileactions for sharing overview
This commit is contained in:
Simon L 2022-03-04 11:04:22 +01:00 committed by GitHub
commit 79d85697c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -169,6 +169,7 @@ OCA.Sharing.App = {
$el,
{
id: 'shares.overview',
fileActions: this._createFileActions(),
config: OCA.Files.App.getFilesConfig(),
isOverview: true,
// The file list is created when a "show" event is handled, so

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long