summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/EventModuleEdit.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/EventModuleEdit.vue')
-rw-r--r--webapp/src/components/EventModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/EventModuleEdit.vue b/webapp/src/components/EventModuleEdit.vue
index c079ee5..c5aabe1 100644
--- a/webapp/src/components/EventModuleEdit.vue
+++ b/webapp/src/components/EventModuleEdit.vue
@@ -631,7 +631,7 @@ export default {
},
async loadChilds () {
if (this.groups.length > 0) {
- var response = await this.$http.post('/api/events/blacklist', { groups: this.groups })
+ var response = await this.$http.post('/api/events/getChilds', { groups: this.groups })
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)