Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: ExtJS - do not remove filters automatically, fixes #3343
  • Loading branch information
perexg committed Nov 26, 2015
1 parent 2b17a34 commit 96be488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/ext-3.4.1/examples/ux/gridfilters/GridFilters.js
Expand Up @@ -269,7 +269,7 @@ Ext.ux.grid.GridFilters = Ext.extend(Ext.util.Observable, {
this.reload();
}
delete this.applyingState;
delete state.filters;
/* delete state.filters; */ /* commented by perexg - issue #3343 */
},

/**
Expand Down

0 comments on commit 96be488

Please sign in to comment.