forked from extern/egroupware
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);
|
_callback.call(_context, data);
|
||||||
}
|
}
|
||||||
).sendRequest();
|
).sendRequest(false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user