mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Calendar - Fix context menu copy & print actions
This commit is contained in:
parent
941beda159
commit
c535708332
@ -907,9 +907,9 @@ class calendar_uiviews extends calendar_ui
|
||||
}
|
||||
$actions['add']['open'] = '{"app":"calendar","type":"add"}';
|
||||
$actions['add']['onExecute'] = 'javaScript:app.calendar.action_open';
|
||||
$actions['copy']['open'] = '{"app": "calendar", "type": "add", "extra": "cal_id=$id&action=copy"}';
|
||||
$actions['copy']['open'] = '{"app": "calendar", "type": "edit", "extra": "cal_id=$id&action=copy"}';
|
||||
$actions['copy']['onExecute'] = 'javaScript:app.calendar.action_open';
|
||||
$actions['print']['open'] = '{"app": "calendar", "type": "add", "extra": "cal_id=$id&print=1"}';
|
||||
$actions['print']['open'] = '{"app": "calendar", "type": "edit", "extra": "cal_id=$id&print=1"}';
|
||||
$actions['print']['onExecute'] = 'javaScript:app.calendar.action_open';
|
||||
|
||||
foreach($actions['status']['children'] as $id => &$status)
|
||||
|
Loading…
Reference in New Issue
Block a user