Add flag for select all to collabora action

This commit is contained in:
nathangray 2017-12-01 10:36:58 -07:00
parent 1bef3549af
commit 2df24a3aaf

View File

@ -2135,7 +2135,8 @@ abstract class Merge
'menuaction' => 'collabora.EGroupware\\collabora\\Ui.merge_edit',
'document' => $file['path'],
'merge' => get_called_class(),
'id' => '$id'
'id' => '$id',
'select_all' => '$select_all'
)));
$action['target'] = '_blank';
}