Explicitly set async to false for user list

This commit is contained in:
nathangray 2018-10-04 16:01:44 -06:00
parent 590446a701
commit 20956c4966

View File

@ -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')