Skip to content

Commit

Permalink
Remove filter reset as that was breaking pagination and sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Dec 10, 2024
1 parent f2ed9a5 commit 0973713
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/CoreHome/javascripts/dataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,9 +833,6 @@ $.extend(DataTable.prototype, UIControl.prototype, {
}
currentPattern = piwikHelper.htmlDecode(currentPattern);

var filtersToRestore = self.resetAllFilters();
self.param.filter_trigger_id = filtersToRestore.filter_trigger_id;

var patternsToReplace = [{from: '?', to: '\\?'}, {from: '+', to: '\\+'}, {from: '*', to: '\\*'}]

$.each(patternsToReplace, function (index, pattern) {
Expand Down

0 comments on commit 0973713

Please sign in to comment.