No longer need to override, should be properly set now

This commit is contained in:
Nathan Gray 2012-06-13 17:37:57 +00:00
parent ceb63d84d7
commit 0446c2e0ea

View File

@ -1364,7 +1364,6 @@ var et2_nextmatch_customfields = et2_customfields_list.extend(et2_INextmatchHead
function(widget) { function(widget) {
if(widget == self) return; if(widget == self) return;
widget.set_visible(_fields); widget.set_visible(_fields);
console.log(widget.id);
}, this, et2_customfields_list }, this, et2_customfields_list
); );
} }
@ -1497,12 +1496,6 @@ var et2_nextmatch_filterheader = et2_selectbox.extend(et2_INextmatchHeader, {
}, },
set_select_options: function(_options) {
// Tell framework to ignore, or it will reset it to ''/empty when it does loadingFinished()
this.attributes.select_options.ignore = true;
this._super.apply(this, arguments);
},
/** /**
* Set nextmatch is the function which has to be implemented for the * Set nextmatch is the function which has to be implemented for the
* et2_INextmatchHeader interface. * et2_INextmatchHeader interface.