User data request has to be synchronous or we can get many identical requests

This commit is contained in:
nathangray 2018-12-12 16:37:48 -07:00
parent 8ea0be0abf
commit e089093b89

View File

@ -183,7 +183,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
}
_callback.call(_context, data);
}
).sendRequest();
).sendRequest(false);
}
else
{