mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Keep column filters & sort of different nextmatches separate
This commit is contained in:
parent
65ef45630b
commit
4760b5f55e
@ -115,7 +115,6 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
|
||||
legacyOptions: ["template","hide_header","header_left","header_right"],
|
||||
createNamespace: true,
|
||||
activeFilters: {col_filter:{}},
|
||||
|
||||
columns: [],
|
||||
|
||||
@ -126,7 +125,8 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
*/
|
||||
init: function() {
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
this.activeFilters = {col_filter:{}};
|
||||
|
||||
/*
|
||||
Process selected custom fields here, so that the settings are correctly
|
||||
set before the row template is parsed
|
||||
|
Loading…
Reference in New Issue
Block a user