forked from extern/egroupware
Fix Application column selection for admin queue and history
This commit is contained in:
parent
58b617907a
commit
39135d8d42
@ -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"/>
|
||||||
|
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user