mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:08:53 +01:00
Fix selectbox cache - needs to be undefined if missing for subsequent processing
(broken by r55418)
This commit is contained in:
parent
fc2c4dae29
commit
fd3c729454
@ -1112,7 +1112,7 @@ jQuery.extend(et2_selectbox, //(function(){ "use strict"; return
|
|||||||
egw.window.et2_selectbox ?
|
egw.window.et2_selectbox ?
|
||||||
egw.window.et2_selectbox :
|
egw.window.et2_selectbox :
|
||||||
egw(window).window.et2_selectbox
|
egw(window).window.et2_selectbox
|
||||||
).type_cache[cache_id] || {};
|
).type_cache[cache_id];
|
||||||
|
|
||||||
// Options for a selectbox in a nextmatch must be returned now, as the
|
// Options for a selectbox in a nextmatch must be returned now, as the
|
||||||
// widget we have is not enough to set the options later.
|
// widget we have is not enough to set the options later.
|
||||||
|
Loading…
Reference in New Issue
Block a user