mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
Explicitly set async to false for user list
This commit is contained in:
parent
20956c4966
commit
c197d15a28
@ -104,7 +104,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
|||||||
function(data) {
|
function(data) {
|
||||||
accountStore = jQuery.extend(true, {}, data||{});
|
accountStore = jQuery.extend(true, {}, data||{});
|
||||||
}, this, false
|
}, this, false
|
||||||
).sendRequest();
|
).sendRequest(false);
|
||||||
}
|
}
|
||||||
if(type == 'both')
|
if(type == 'both')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user