Skip to content

Commit

Permalink
Merge branch 'filters-mode-context' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 17, 2020
2 parents a3277e3 + 83de088 commit 0bffa32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main/posts/savedsearches/editor-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function (
$scope.cpySavedSearch.name = $filter('translate')($scope.cpySavedSearch.name);
$scope.save = function (savedSearch) {
PostFilters.reactToFilters = true;
PostFilters.setFilters($scope.savedSearch.filter);
$scope.isSaving = true;
var persist = savedSearch.id ? SavedSearchEndpoint.update : SavedSearchEndpoint.save;
persist(savedSearch)
Expand Down

0 comments on commit 0bffa32

Please sign in to comment.