summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModule.vue
diff options
context:
space:
mode:
authorUdo Walter2019-05-01 17:01:14 +0200
committerUdo Walter2019-05-01 17:01:14 +0200
commite9cd145e6de70f2c7f89571e17ad2bbb8781d510 (patch)
tree49e43040781248f9077f4239de3998f5a38bd709 /webapp/src/components/GroupModule.vue
parent[webapp/groups] small ux fix (diff)
downloadbas-e9cd145e6de70f2c7f89571e17ad2bbb8781d510.tar.gz
bas-e9cd145e6de70f2c7f89571e17ad2bbb8781d510.tar.xz
bas-e9cd145e6de70f2c7f89571e17ad2bbb8781d510.zip
[webapp/groups] load into info if groups is opened via route
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 5d7a25d..1e85364 100644
--- a/webapp/src/components/GroupModule.vue
+++ b/webapp/src/components/GroupModule.vue
@@ -84,7 +84,7 @@ export default {
this.setActiveTab(1)
} else {
const action = type === 'group' ? 'loadGroup' : type === 'client' ? 'loadClient' : null
- if (action) this.$store.dispatch('groups/' + action, { id, tabIndex: id === 0 ? 0 : 1, switchTab: true })
+ if (action) this.$store.dispatch('groups/' + action, { id, tabIndex: id === 0 ? 0 : 1, switchTab: true, gotoInfo: true })
}
},
updateUrl () {