mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar - fix a few more missed ajax=true that were causing problems loading
This commit is contained in:
parent
a09ab65973
commit
6f12a443e5
@ -1069,6 +1069,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
Egw::redirect_link('/index.php',array(
|
Egw::redirect_link('/index.php',array(
|
||||||
'menuaction' => 'calendar.calendar_uiviews.index',
|
'menuaction' => 'calendar.calendar_uiviews.index',
|
||||||
'msg' => $msg,
|
'msg' => $msg,
|
||||||
|
'ajax' => 'true'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
if (in_array($button,array('delete_exceptions','delete_keep_exceptions')) || $content['recur_type'] && $button == 'delete')
|
if (in_array($button,array('delete_exceptions','delete_keep_exceptions')) || $content['recur_type'] && $button == 'delete')
|
||||||
@ -1847,7 +1848,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
if ($preserved['no_popup'])
|
if ($preserved['no_popup'])
|
||||||
{
|
{
|
||||||
// If not a popup, load the normal calendar interface on cancel
|
// If not a popup, load the normal calendar interface on cancel
|
||||||
$etpl->set_cell_attribute('button[cancel]','onclick','app.calendar.linkHandler(\'index.php?menuaction=calendar.calendar_uiviews.index\')');
|
$etpl->set_cell_attribute('button[cancel]','onclick','app.calendar.linkHandler(\'index.php?menuaction=calendar.calendar_uiviews.index&ajax=true\')');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Allow admins to restore deleted events
|
// Allow admins to restore deleted events
|
||||||
|
@ -454,6 +454,7 @@ class calendar_uiviews extends calendar_ui
|
|||||||
Egw::redirect_link('/index.php',array(
|
Egw::redirect_link('/index.php',array(
|
||||||
'menuaction' => 'calendar.calendar_uiviews.index',
|
'menuaction' => 'calendar.calendar_uiviews.index',
|
||||||
'msg' => $merge,
|
'msg' => $merge,
|
||||||
|
'ajax' => 'true'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user