forked from extern/egroupware
Add flag for select all to collabora action
This commit is contained in:
parent
deca8e4e45
commit
08f0073361
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user