mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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_from' => 'Fr',
|
||||||
'info_addr' => 'Ad',
|
'info_addr' => 'Ad',
|
||||||
'info_link_id' => 'Li',
|
'info_link_id' => 'Li',
|
||||||
|
'info_id_parent' => 'parent',
|
||||||
'info_cat' => 'Ca',
|
'info_cat' => 'Ca',
|
||||||
'info_priority' => 'Pr',
|
'info_priority' => 'Pr',
|
||||||
'info_owner' => 'Ow',
|
'info_owner' => 'Ow',
|
||||||
@ -85,6 +86,7 @@ class infolog_tracking extends bo_tracking
|
|||||||
'info_des' => 'Description',
|
'info_des' => 'Description',
|
||||||
'info_addr' => 'Phone/Email',
|
'info_addr' => 'Phone/Email',
|
||||||
'info_link_id' => 'primary link',
|
'info_link_id' => 'primary link',
|
||||||
|
'info_id_parent' => 'Parent',
|
||||||
'info_cat' => 'Category',
|
'info_cat' => 'Category',
|
||||||
'info_priority' => 'Priority',
|
'info_priority' => 'Priority',
|
||||||
'info_owner' => 'Owner',
|
'info_owner' => 'Owner',
|
||||||
|
@ -1996,6 +1996,7 @@ else
|
|||||||
'status-widgets' => array(
|
'status-widgets' => array(
|
||||||
'Ty' => $types,
|
'Ty' => $types,
|
||||||
//'Li', // info_link_id
|
//'Li', // info_link_id
|
||||||
|
'parent' => 'link-entry:infolog',
|
||||||
'Ca' => 'select-cat',
|
'Ca' => 'select-cat',
|
||||||
'Pr' => $this->bo->enums['priority'],
|
'Pr' => $this->bo->enums['priority'],
|
||||||
'Ow' => 'select-account',
|
'Ow' => 'select-account',
|
||||||
|
Loading…
Reference in New Issue
Block a user