forked from extern/egroupware
Calendar - make sure notification links open properly (missing an ajax=true)
This commit is contained in:
parent
d590ad1fc1
commit
5774524360
@ -1801,6 +1801,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
$link_arr['view'] = array( 'menuaction' => 'calendar.calendar_uiforms.edit',
|
$link_arr['view'] = array( 'menuaction' => 'calendar.calendar_uiforms.edit',
|
||||||
'cal_id' => $event['id'],
|
'cal_id' => $event['id'],
|
||||||
'date' => $eventStart_arr['full'],
|
'date' => $eventStart_arr['full'],
|
||||||
|
'ajax' => true
|
||||||
);
|
);
|
||||||
$link_arr['popup'] = '750x400';
|
$link_arr['popup'] = '750x400';
|
||||||
$details['link_arr'] = $link_arr;
|
$details['link_arr'] = $link_arr;
|
||||||
|
Loading…
Reference in New Issue
Block a user