mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
tag applications which have implemented document merge
This commit is contained in:
parent
14f736c20b
commit
f81fd11435
@ -384,7 +384,8 @@ class addressbook_hooks
|
|||||||
'addressbook-email' => array(
|
'addressbook-email' => array(
|
||||||
'query' => 'addressbook.addressbook_bo.link_query_email',
|
'query' => 'addressbook.addressbook_bo.link_query_email',
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
|
'merge' => true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ class calendar_hooks
|
|||||||
'mime_popup' => '750x400',
|
'mime_popup' => '750x400',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'merge' => true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -313,6 +313,7 @@ class filemanager_hooks
|
|||||||
'mime_target' => '_self',
|
'mime_target' => '_self',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'merge' => true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -69,6 +69,7 @@ class infolog_hooks
|
|||||||
),
|
),
|
||||||
'edit_id' => 'info_id',
|
'edit_id' => 'info_id',
|
||||||
'edit_popup' => '750x580',
|
'edit_popup' => '750x580',
|
||||||
|
'merge' => true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ class timesheet_hooks
|
|||||||
'file_access'=> TIMESHEET_APP.'.timesheet_bo.file_access',
|
'file_access'=> TIMESHEET_APP.'.timesheet_bo.file_access',
|
||||||
'file_access_user' => true, // file_access supports 4th parameter $user
|
'file_access_user' => true, // file_access supports 4th parameter $user
|
||||||
'notify' => TIMESHEET_APP.'.timesheet_bo.notify',
|
'notify' => TIMESHEET_APP.'.timesheet_bo.notify',
|
||||||
|
'merge' => true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user