forked from extern/egroupware
* Filemanager: fix actions in share->mail context menu not working on multi-selection
This commit is contained in:
parent
60ab28fd0e
commit
c831ce0128
@ -272,7 +272,7 @@ class filemanager_ui
|
||||
'icon' => 'mail',
|
||||
'group' => 1,
|
||||
'order' => 0,
|
||||
'allowOnMultiple' => false,
|
||||
'allowOnMultiple' => true,
|
||||
);
|
||||
foreach(Vfs\Sharing::$modes as $mode => $data)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user