mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 01:55:56 -04:00
Merge pull request #31441 from nextcloud/backport/31424/stable22
[stable22] fix fileactions for sharing overview
This commit is contained in:
commit
79d85697c9
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
apps/files_sharing/js/dist/files_sharing.js
vendored
2
apps/files_sharing/js/dist/files_sharing.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue