mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Explicitly set async to false for user list
This commit is contained in:
@@ -103,7 +103,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
||||
egw.json('EGroupware\\Api\\Framework::ajax_user_list',[],
|
||||
function(data) {
|
||||
accountStore = jQuery.extend(true, {}, data||{});
|
||||
}
|
||||
}, this, false
|
||||
).sendRequest();
|
||||
}
|
||||
if(type == 'both')
|
||||
|
Reference in New Issue
Block a user