Skip to content

Commit

Permalink
Merge pull request knadh#155 from RaghavSood/hotfix/add-to-lists-by-q…
Browse files Browse the repository at this point in the history
…uery

frontend: pass query when changing lists for subscribers
  • Loading branch information
knadh authored Jul 9, 2020
2 parents 586defe + 7b62a7f commit 80ef60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/Subscribers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export default Vue.extend({
data.ids = this.bulk.checked.map((s) => s.id);
} else {
// 'All' is selected, perform by query.
data.query = this.queryParams.queryExp;
fn = this.$api.addSubscribersToListsByQuery;
}
Expand Down

0 comments on commit 80ef60d

Please sign in to comment.