mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
infolog link registry ins now in infolog class
This commit is contained in:
parent
44bcc1247d
commit
8add4f6398
@ -29,9 +29,9 @@
|
|||||||
* 2) Attaching files: they are saved in the vfs and not the link-table (!).
|
* 2) Attaching files: they are saved in the vfs and not the link-table (!).
|
||||||
* Attached files are stored under $vfs_basedir='/infolog' in the vfs!
|
* Attached files are stored under $vfs_basedir='/infolog' in the vfs!
|
||||||
*
|
*
|
||||||
* @package API
|
* @package api
|
||||||
* @subpackage link
|
* @subpackage link
|
||||||
* @author RalfBecker-At-outdoor-training.de
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
*/
|
*/
|
||||||
class bolink extends solink
|
class bolink extends solink
|
||||||
@ -59,21 +59,6 @@
|
|||||||
),
|
),
|
||||||
'view_id' => 'project_id'
|
'view_id' => 'project_id'
|
||||||
),
|
),
|
||||||
'infolog' => array(
|
|
||||||
'query' => 'infolog.boinfolog.link_query',
|
|
||||||
'title' => 'infolog.boinfolog.link_title',
|
|
||||||
'view' => array(
|
|
||||||
'menuaction' => 'infolog.uiinfolog.index',
|
|
||||||
'action' => 'sp'
|
|
||||||
),
|
|
||||||
'view_id' => 'action_id',
|
|
||||||
'add' => array(
|
|
||||||
'menuaction' => 'infolog.uiinfolog.edit',
|
|
||||||
'type' => 'task'
|
|
||||||
),
|
|
||||||
'add_app' => 'action',
|
|
||||||
'add_id' => 'action_id',
|
|
||||||
),
|
|
||||||
/*
|
/*
|
||||||
'email' => array(
|
'email' => array(
|
||||||
'view' => array(
|
'view' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user