mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
enable more apps to be merged by filemanagers itempicker
This commit is contained in:
@@ -20,7 +20,10 @@ class addressbook_merge extends bo_merge
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
var $public_functions = array('show_replacements' => true);
|
||||
var $public_functions = array(
|
||||
'download_by_request' => true,
|
||||
'show_replacements' => true,
|
||||
);
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
@@ -23,6 +23,7 @@ class timesheet_merge extends bo_merge
|
||||
* @var array
|
||||
*/
|
||||
var $public_functions = array(
|
||||
'download_by_request' => true,
|
||||
'show_replacements' => true,
|
||||
'timesheet_replacements' => true,
|
||||
);
|
||||
|
Reference in New Issue
Block a user