mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
release session to allow parallel requests to run
This commit is contained in:
parent
610f44559f
commit
83417962e9
@ -13,7 +13,6 @@
|
|||||||
use EGroupware\Api;
|
use EGroupware\Api;
|
||||||
use EGroupware\Api\Link;
|
use EGroupware\Api\Link;
|
||||||
use EGroupware\Api\Framework;
|
use EGroupware\Api\Framework;
|
||||||
use EGroupware\Api\Egw;
|
|
||||||
use EGroupware\Api\Acl;
|
use EGroupware\Api\Acl;
|
||||||
use EGroupware\Api\Etemplate;
|
use EGroupware\Api\Etemplate;
|
||||||
|
|
||||||
@ -284,6 +283,10 @@ class calendar_uilist extends calendar_ui
|
|||||||
Api\Cache::setSession('calendar', 'calendar_list',
|
Api\Cache::setSession('calendar', 'calendar_list',
|
||||||
array_diff_key ($params, array_flip(array('rows', 'actions', 'action_links', 'placeholder_actions'))));
|
array_diff_key ($params, array_flip(array('rows', 'actions', 'action_links', 'placeholder_actions'))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// release session to allow parallel requests to run
|
||||||
|
$GLOBALS['egw']->session->commit_session();
|
||||||
|
|
||||||
// do we need to query custom fields and which
|
// do we need to query custom fields and which
|
||||||
// Check stored preference if selectcols isn't available (ie: first call)
|
// Check stored preference if selectcols isn't available (ie: first call)
|
||||||
$select_cols = $params['selectcols'] ? $params['selectcols'] : $GLOBALS['egw_info']['user']['preferences']['calendar']['nextmatch-calendar.list.rows'];
|
$select_cols = $params['selectcols'] ? $params['selectcols'] : $GLOBALS['egw_info']['user']['preferences']['calendar']['nextmatch-calendar.list.rows'];
|
||||||
|
Loading…
Reference in New Issue
Block a user