summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModule.vue
diff options
context:
space:
mode:
authorUdo Walter2018-08-05 02:16:35 +0200
committerUdo Walter2018-08-05 02:16:35 +0200
commit6e31677be0e9b07b9cf63cc7efc4b26c5b7db926 (patch)
treed09e12697255da01c3e662fabe1b4402d827eab7 /webapp/src/components/GroupModule.vue
parentcode adaption (diff)
downloadbas-6e31677be0e9b07b9cf63cc7efc4b26c5b7db926.tar.gz
bas-6e31677be0e9b07b9cf63cc7efc4b26c5b7db926.tar.xz
bas-6e31677be0e9b07b9cf63cc7efc4b26c5b7db926.zip
[webapp/groups] asdf
Diffstat (limited to 'webapp/src/components/GroupModule.vue')
-rw-r--r--webapp/src/components/GroupModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/GroupModule.vue b/webapp/src/components/GroupModule.vue
index 08bd6c6..5a13385 100644
--- a/webapp/src/components/GroupModule.vue
+++ b/webapp/src/components/GroupModule.vue
@@ -89,7 +89,7 @@ export default {
},
created () {
if (this.groupList.length === 0 || this.clientList.length === 0) this.$store.dispatch('groups/loadLists')
- if (this.tabChain.length === 0) this.$store.dispatch('groups/loadHome')
+ if (this.tabChain.length === 0) this.$store.dispatch('groups/loadHome', true)
this.loadItem(this.$route.name, this.$route.params.id)
this.$router.replace({
name: 'GroupModule.' + this.tabChain[this.activeTab].tabType,