diff --git a/etemplate/js/et2_extension_nextmatch.js b/etemplate/js/et2_extension_nextmatch.js index c9698ff7e5..efcb515c75 100644 --- a/etemplate/js/et2_extension_nextmatch.js +++ b/etemplate/js/et2_extension_nextmatch.js @@ -1909,7 +1909,6 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader, var input = select.input; // Tell framework to ignore, or it will reset it to ''/empty when it does loadingFinished() - select.attributes.value.ignore = true; select.attributes.select_options.ignore = true; if (this.nextmatch.options.settings[name+"_onchange"]) @@ -2476,9 +2475,6 @@ var et2_nextmatch_filterheader = et2_selectbox.extend([et2_INextmatchHeader, et2 // Make sure it's set in the nextmatch _nextmatch.activeFilters.col_filter[this.id] = this.getValue(); - - // Tell framework to ignore, or it will reset it to ''/empty when it does loadingFinished() - this.attributes.value.ignore = true; } }, @@ -2547,9 +2543,6 @@ var et2_nextmatch_accountfilterheader = et2_selectAccount.extend([et2_INextmatch if(this.nextmatch.options.settings.col_filter && this.nextmatch.options.settings.col_filter[this.id]) { this.set_value(this.nextmatch.options.settings.col_filter[this.id]); - - // Tell framework to ignore, or it will reset it to ''/empty when it does loadingFinished() - this.attributes.value.ignore = true; } }, // Make sure selectbox is not longer than the column