mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Add flag for select all to collabora action
This commit is contained in:
parent
1bef3549af
commit
2df24a3aaf
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user