mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Get cachable select options asyncronously
This commit is contained in:
parent
cec90fe064
commit
64d74252cf
@ -1086,7 +1086,7 @@ jQuery.extend(et2_selectbox,
|
||||
egw.window.et2_selectbox.type_cache[cache_id] = egw.json(
|
||||
widget.getInstanceManager().app+'.etemplate_widget_menupopup.ajax_get_options.etemplate',
|
||||
[widget._type,options_string]
|
||||
).sendRequest();
|
||||
).sendRequest(true);
|
||||
}
|
||||
cache = egw.window.et2_selectbox.type_cache[cache_id];
|
||||
if(typeof cache.done == 'function')
|
||||
|
Loading…
Reference in New Issue
Block a user