frontend: pass query when changing lists for subscribers

This commit is contained in:
raghavsood 2020-07-09 16:17:42 +08:00
parent 586defe470
commit 7b62a7f83d
No known key found for this signature in database
GPG Key ID: 947862F324C79D21
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;
}