* Calendar: added deleted timestamp to history, to be able to see who deleted an event and when

This commit is contained in:
Ralf Becker 2015-05-26 18:34:03 +00:00
parent aff68492e1
commit 01143f4b76
2 changed files with 10 additions and 6 deletions

View File

@ -59,6 +59,7 @@ class calendar_tracking extends bo_tracking
'start' => 'start',
'end' => 'end',
'deleted' => 'deleted',
'participants' => array('user_id', 'status', 'role', 'recur'),
'participants-c' => array('user_id', 'status', 'quantity', 'role', 'recur'),
@ -86,6 +87,7 @@ class calendar_tracking extends bo_tracking
'start' => 'start',
'end' => 'end',
'deleted' => 'deleted',
'participants' => 'Participants: User, Status, Role',
'participants-c'=> 'Participants: User, Status, Quantity, Role',

View File

@ -2430,6 +2430,8 @@ class calendar_uiforms extends calendar_ui
'start' => 'date-time',
'end' => 'date-time',
'deleted' => 'date-time',
'tz_id' => 'select-timezone',
// Participants