frontend: pass query when changing lists for subscribers
This commit is contained in:
parent
586defe470
commit
7b62a7f83d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue