From 9db15de882e48b0c1843af02466f112231512e9a Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Tue, 18 Sep 2018 10:30:45 +0000 Subject: [groups] fix groups configId sometimes not showing in edit mode --- webapp/src/components/GroupModuleGroupView.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/src/components/GroupModuleGroupView.vue') diff --git a/webapp/src/components/GroupModuleGroupView.vue b/webapp/src/components/GroupModuleGroupView.vue index 413e3b4..5144680 100644 --- a/webapp/src/components/GroupModuleGroupView.vue +++ b/webapp/src/components/GroupModuleGroupView.vue @@ -171,6 +171,7 @@ export default { this.editMode = true this.info.name = this.group.name this.info.description = this.group.description + this.info.configId = this.group.configId this.parentIds = this.group.parents ? this.group.parents.map(x => x.id) : [] }, cancelEdit () { -- cgit v1.2.3-55-g7522