diff --git a/etemplate/js/et2_extension_nextmatch_controller.js b/etemplate/js/et2_extension_nextmatch_controller.js index 86ac00df1a..c4a788f99f 100644 --- a/etemplate/js/et2_extension_nextmatch_controller.js +++ b/etemplate/js/et2_extension_nextmatch_controller.js @@ -203,7 +203,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend( { mgr.data[id] = _response.rows.sel_options[id]; var select = nm.getWidgetById(id); - if(select) + if(select && select.set_select_options) { select.set_select_options(_response.rows.sel_options[id]); }