mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
fix not working "cat_is_select" === true, for translating options used instead of category-selection
This commit is contained in:
parent
33be0555bb
commit
c871f25ddb
@ -2348,7 +2348,7 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
|
||||
// Add category
|
||||
if(!settings.no_cat) {
|
||||
if (typeof settings.cat_id_label == 'undefined') settings.cat_id_label = '';
|
||||
this.category = this._build_select('cat_id', 'select-cat', settings.cat_id, true);
|
||||
this.category = this._build_select('cat_id', 'select-cat', settings.cat_id, settings.cat_is_select !== true);
|
||||
}
|
||||
|
||||
// Filter 1
|
||||
|
Loading…
Reference in New Issue
Block a user