Fix selectbox cache - needs to be undefined if missing for subsequent processing

(broken by r55418)
This commit is contained in:
Nathan Gray 2016-03-21 14:43:39 +00:00
parent fc2c4dae29
commit fd3c729454

View File

@ -1112,7 +1112,7 @@ jQuery.extend(et2_selectbox, //(function(){ "use strict"; return
egw.window.et2_selectbox ?
egw.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
// widget we have is not enough to set the options later.