mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
Fix missing merge into document actions for shares when the directory had many files
This commit is contained in:
parent
c74d118437
commit
047af47b81
@ -287,6 +287,11 @@ class Merge extends Api\Storage\Merge
|
|||||||
|
|
||||||
protected static function customise_mail_actions(&$action)
|
protected static function customise_mail_actions(&$action)
|
||||||
{
|
{
|
||||||
|
if ($action['children']['message/rfc822'])
|
||||||
|
{
|
||||||
|
// Just email already filtered out
|
||||||
|
$action['children'] = $action['children']['message/rfc822']['children'];
|
||||||
|
}
|
||||||
if(strpos($action['egw_open'], 'edit-mail') === 0)
|
if(strpos($action['egw_open'], 'edit-mail') === 0)
|
||||||
{
|
{
|
||||||
unset($action['confirm_multiple']);
|
unset($action['confirm_multiple']);
|
||||||
|
Loading…
Reference in New Issue
Block a user