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