Add flag for select all to collabora action

This commit is contained in:
nathangray 2017-12-01 10:36:58 -07:00
parent deca8e4e45
commit 08f0073361

View File

@ -2137,7 +2137,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';
}