Revert commit 39135d8d42 and use nextmatch-customfilter instead

This commit is contained in:
Hadi Nategh 2019-03-14 09:48:41 +01:00
parent 4bf2c393fe
commit 3304322c6c
2 changed files with 1 additions and 9 deletions

View File

@ -21,7 +21,7 @@
<rows>
<row class="th">
<nextmatch-header label="Title" id="title"/>
<nextmatch-filterheader widget_type="select-app" empty_label="Application" id="app"/>
<nextmatch-customfilter type="select-app" empty_label="Application" id="app"/>
<nextmatch-accountfilter empty_label="Account" id="account"/>
<nextmatch-filterheader empty_label="Type" id="type"/>
<nextmatch-accountfilter empty_label="Requested" id="requested"/>

View File

@ -3355,14 +3355,6 @@ et2_register_widget(et2_nextmatch_sortheader, ['nextmatch-sortheader']);
*/
var et2_nextmatch_filterheader = (function(){ "use strict"; return et2_selectbox.extend([et2_INextmatchHeader, et2_IResizeable],
{
attributes: {
"widget_type": {
"name": "Actual type",
"type": "string",
"description": "The actual type of widget you should use",
"no_lang": 1
}
},
/**
* Override to add change handler
*