mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Calendar - make sure notification links open properly (missing an ajax=true)
This commit is contained in:
parent
d2f1ac989b
commit
5fd41d95b4
@ -1826,6 +1826,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