added admin groups and working user deletion, etc.

This commit is contained in:
2020-08-07 16:48:08 +02:00
parent d8eda00a1e
commit 4483898115
14 changed files with 560 additions and 267 deletions

View File

@@ -747,8 +747,7 @@
this.tabIndex = 0;
});
}).catch((error) => {
console.error("could not safe recorder! ("+error.data+")");
this.$parent.showErrorMessage('Could not safe recorder!');
EventBus.$emit('errorMessage', 'Could not safe recorder: '+error.data.message+'!');
});
},
deleteRecorder(id) {