Fix Application column selection for admin queue and history

This commit is contained in:
Hadi Nategh 2019-03-13 10:55:37 +01:00
parent 58b617907a
commit 39135d8d42
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -3355,6 +3355,14 @@ et2_register_widget(et2_nextmatch_sortheader, ['nextmatch-sortheader']);
*/ */
var et2_nextmatch_filterheader = (function(){ "use strict"; return et2_selectbox.extend([et2_INextmatchHeader, et2_IResizeable], 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 * Override to add change handler
* *