mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
No longer need to override, should be properly set now
This commit is contained in:
parent
ceb63d84d7
commit
0446c2e0ea
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user