forked from extern/egroupware
* Calendar: added deleted timestamp to history, to be able to see who deleted an event and when
This commit is contained in:
parent
aff68492e1
commit
01143f4b76
@ -59,6 +59,7 @@ class calendar_tracking extends bo_tracking
|
|||||||
|
|
||||||
'start' => 'start',
|
'start' => 'start',
|
||||||
'end' => 'end',
|
'end' => 'end',
|
||||||
|
'deleted' => 'deleted',
|
||||||
|
|
||||||
'participants' => array('user_id', 'status', 'role', 'recur'),
|
'participants' => array('user_id', 'status', 'role', 'recur'),
|
||||||
'participants-c' => array('user_id', 'status', 'quantity', 'role', 'recur'),
|
'participants-c' => array('user_id', 'status', 'quantity', 'role', 'recur'),
|
||||||
@ -86,6 +87,7 @@ class calendar_tracking extends bo_tracking
|
|||||||
|
|
||||||
'start' => 'start',
|
'start' => 'start',
|
||||||
'end' => 'end',
|
'end' => 'end',
|
||||||
|
'deleted' => 'deleted',
|
||||||
|
|
||||||
'participants' => 'Participants: User, Status, Role',
|
'participants' => 'Participants: User, Status, Role',
|
||||||
'participants-c'=> 'Participants: User, Status, Quantity, Role',
|
'participants-c'=> 'Participants: User, Status, Quantity, Role',
|
||||||
|
@ -2430,6 +2430,8 @@ class calendar_uiforms extends calendar_ui
|
|||||||
|
|
||||||
'start' => 'date-time',
|
'start' => 'date-time',
|
||||||
'end' => 'date-time',
|
'end' => 'date-time',
|
||||||
|
'deleted' => 'date-time',
|
||||||
|
|
||||||
'tz_id' => 'select-timezone',
|
'tz_id' => 'select-timezone',
|
||||||
|
|
||||||
// Participants
|
// Participants
|
||||||
|
Loading…
Reference in New Issue
Block a user