mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02: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(
|
egw.window.et2_selectbox.type_cache[cache_id] = egw.json(
|
||||||
widget.getInstanceManager().app+'.etemplate_widget_menupopup.ajax_get_options.etemplate',
|
widget.getInstanceManager().app+'.etemplate_widget_menupopup.ajax_get_options.etemplate',
|
||||||
[widget._type,options_string]
|
[widget._type,options_string]
|
||||||
).sendRequest();
|
).sendRequest(true);
|
||||||
}
|
}
|
||||||
cache = egw.window.et2_selectbox.type_cache[cache_id];
|
cache = egw.window.et2_selectbox.type_cache[cache_id];
|
||||||
if(typeof cache.done == 'function')
|
if(typeof cache.done == 'function')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user