Merge pull request #155 from RaghavSood/hotfix/add-to-lists-by-query

frontend: pass query when changing lists for subscribers
This commit is contained in:
Kailash Nadh 2020-07-09 14:45:14 +05:30 committed by GitHub
commit 80ef60d4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}