mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 16:00:45 +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',
|
'icon' => 'mail',
|
||||||
'group' => 1,
|
'group' => 1,
|
||||||
'order' => 0,
|
'order' => 0,
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => true,
|
||||||
);
|
);
|
||||||
foreach(Vfs\Sharing::$modes as $mode => $data)
|
foreach(Vfs\Sharing::$modes as $mode => $data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user