Make sure entry header sets activeFilter value when setting nextmatch

This commit is contained in:
Nathan Gray 2013-11-13 22:41:22 +00:00
parent 842511b3d3
commit 44f6f55406

View File

@ -2469,6 +2469,11 @@ var et2_nextmatch_entryheader = et2_link_entry.extend(et2_INextmatchHeader,
{
this.set_value(this.nextmatch.options.settings.col_filter[this.id]);
if(this.getValue() != this.nextmatch.activeFilters.col_filter[this.id])
{
this.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;
//this.attributes.select_options.ignore = true;