Skip to content

Commit

Permalink
Merge pull request #1333 from marmelab/revert-1290-fix_filter_autoupdate
Browse files Browse the repository at this point in the history
Revert "[RFR] Fix filter which was overwriting url after a change"
  • Loading branch information
djhi authored Mar 30, 2017
2 parents ac8eb4e + 8d3dcb7 commit a3209bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/javascripts/ng-admin/Crud/list/ListLayoutController.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class ListLayoutController {
if ($location.path() !== this.path) {
return; // already transitioned to another page
}
this.search = ListLayoutController.getCurrentSearchParam($location, this.filters);
this.enabledFilters = this.getEnabledFilters();
}
);
Expand Down

0 comments on commit a3209bb

Please sign in to comment.