Skip to content

Commit

Permalink
Merge pull request #537 from VinceMacBuche/bug_4947/Reset_Filter_relo…
Browse files Browse the repository at this point in the history
…ad_rule_page

Fixes #4947: Reset selected rule category when reloading page
  • Loading branch information
fanf committed Jun 4, 2014
2 parents 29b7733 + cc1bd8f commit b3a2da9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ class RuleGrid(
"sPaginationType": "full_numbers",
"bJQueryUI": true,
"bStateSave": true,
"fnStateLoadParams": function (oSettings, oData) {
oData.oSearch.sSearch = "";
return false;
},
"sCookiePrefix": "Rudder_DataTables_",
"oLanguage": {
"sZeroRecords": "No matching rules!",
Expand Down

0 comments on commit b3a2da9

Please sign in to comment.