summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleEdit.vue
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-05 03:24:49 +0200
committerJannik Schönartz2018-08-05 03:24:49 +0200
commitfb7727d1c0ee0a93376773943436779e27f60ba8 (patch)
tree08192340d691ed63a62c6dcf6044a95afe349061 /webapp/src/components/BackendModuleEdit.vue
parentfixed eslint (diff)
downloadbas-fb7727d1c0ee0a93376773943436779e27f60ba8.tar.gz
bas-fb7727d1c0ee0a93376773943436779e27f60ba8.tar.xz
bas-fb7727d1c0ee0a93376773943436779e27f60ba8.zip
[external-backends] Added comments for the API functions and in the external-backend prototype file. Added iDoIT method to get a list of all objects.
Diffstat (limited to 'webapp/src/components/BackendModuleEdit.vue')
-rw-r--r--webapp/src/components/BackendModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/BackendModuleEdit.vue b/webapp/src/components/BackendModuleEdit.vue
index 58a5d0c..dbb9487 100644
--- a/webapp/src/components/BackendModuleEdit.vue
+++ b/webapp/src/components/BackendModuleEdit.vue
@@ -235,7 +235,7 @@ export default {
} else {
this.statusColor = 'error--text'
this.statusLabel = this.$t('error')
- this.$store.commit('newSnackbar', response.data.msg)
+ this.$store.commit('newSnackbar', response.data.error)
}
// Set item.loading = false to end the loading animation.
this.loading = false