From e9cd145e6de70f2c7f89571e17ad2bbb8781d510 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Wed, 1 May 2019 15:01:14 +0000 Subject: [webapp/groups] load into info if groups is opened via route --- webapp/src/components/GroupModule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/src/components/GroupModule.vue') 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 () { -- cgit v1.2.3-55-g7522