mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +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',
|
'menuaction' => 'collabora.EGroupware\\collabora\\Ui.merge_edit',
|
||||||
'document' => $file['path'],
|
'document' => $file['path'],
|
||||||
'merge' => get_called_class(),
|
'merge' => get_called_class(),
|
||||||
'id' => '$id'
|
'id' => '$id',
|
||||||
|
'select_all' => '$select_all'
|
||||||
)));
|
)));
|
||||||
$action['target'] = '_blank';
|
$action['target'] = '_blank';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user