From c82cf1a64bd7e5770c89d94557efeb408d810a7b Mon Sep 17 00:00:00 2001 From: Christian Hofmaier Date: Tue, 16 Apr 2019 12:27:02 +0000 Subject: [eventmanager] fix blacklist clients --- webapp/src/components/EventModuleEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/src') diff --git a/webapp/src/components/EventModuleEdit.vue b/webapp/src/components/EventModuleEdit.vue index 437fc02..c4ad797 100644 --- a/webapp/src/components/EventModuleEdit.vue +++ b/webapp/src/components/EventModuleEdit.vue @@ -635,7 +635,7 @@ export default { this.blackgroupList = response.data.subgroups this.blackclientList = response.data.clients this.blacklistGroups = this.blacklistGroups.filter(g => this.blackgroupList.map(x => x.id).indexOf(g.id) !== -1) - this.blacklistClients = this.blacklistGroups.filter(c => this.blacklistClients.map(x => x.id).indexOf(c.id) !== -1) + this.blacklistClients = this.blacklistClients.filter(c => this.blacklistClients.map(x => x.id).indexOf(c.id) !== -1) } else { this.blackgroupList = [] this.blackclientList = [] -- cgit v1.2.3-55-g7522