mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Fix missing column filters on first load
This commit is contained in:
parent
fa38583a8f
commit
74135e104a
@ -158,7 +158,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput, et2_IPrin
|
||||
this.activeFilters = {col_filter:{}};
|
||||
|
||||
// Directly set current col_filters from settings
|
||||
jQuery.extend(this.activeFilters, this.options.settings.col_filter);
|
||||
jQuery.extend(this.activeFilters.col_filter, this.options.settings.col_filter);
|
||||
|
||||
/*
|
||||
Process selected custom fields here, so that the settings are correctly
|
||||
|
Loading…
Reference in New Issue
Block a user