Fix missing merge into document actions for shares when the directory had many files

This commit is contained in:
nathangray 2019-06-06 09:30:40 -06:00
parent c74d118437
commit 047af47b81

View File

@ -287,6 +287,11 @@ class Merge extends Api\Storage\Merge
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)
{
unset($action['confirm_multiple']);