mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
User data request has to be synchronous or we can get many identical requests
This commit is contained in:
parent
8ea0be0abf
commit
e089093b89
@ -183,7 +183,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
||||
}
|
||||
_callback.call(_context, data);
|
||||
}
|
||||
).sendRequest();
|
||||
).sendRequest(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user