mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
User data request has to be synchronous or we can get many identical requests
This commit is contained in:
@ -183,7 +183,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
||||
}
|
||||
_callback.call(_context, data);
|
||||
}
|
||||
).sendRequest();
|
||||
).sendRequest(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user