mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
* Add parent to history
This commit is contained in:
parent
2f191414dd
commit
1630d99bac
@ -49,6 +49,7 @@ class infolog_tracking extends bo_tracking
|
||||
'info_from' => 'Fr',
|
||||
'info_addr' => 'Ad',
|
||||
'info_link_id' => 'Li',
|
||||
'info_id_parent' => 'parent',
|
||||
'info_cat' => 'Ca',
|
||||
'info_priority' => 'Pr',
|
||||
'info_owner' => 'Ow',
|
||||
@ -85,6 +86,7 @@ class infolog_tracking extends bo_tracking
|
||||
'info_des' => 'Description',
|
||||
'info_addr' => 'Phone/Email',
|
||||
'info_link_id' => 'primary link',
|
||||
'info_id_parent' => 'Parent',
|
||||
'info_cat' => 'Category',
|
||||
'info_priority' => 'Priority',
|
||||
'info_owner' => 'Owner',
|
||||
|
@ -1996,6 +1996,7 @@ else
|
||||
'status-widgets' => array(
|
||||
'Ty' => $types,
|
||||
//'Li', // info_link_id
|
||||
'parent' => 'link-entry:infolog',
|
||||
'Ca' => 'select-cat',
|
||||
'Pr' => $this->bo->enums['priority'],
|
||||
'Ow' => 'select-account',
|
||||
|
Loading…
Reference in New Issue
Block a user