mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-06 05:19:18 +01:00
* Filemanager: fix actions in share->mail context menu not working on multi-selection
This commit is contained in:
parent
09afa17ad2
commit
52086ada2a
@ -270,7 +270,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