summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/PermissionModule.vue
diff options
context:
space:
mode:
authorUdo Walter2018-11-15 01:56:01 +0100
committerUdo Walter2018-11-15 01:56:01 +0100
commit7a888b445315d74ef66480d0b8902a0ae4825811 (patch)
treed3c1e9828a377be1006bd207f5b0626997ad9c0d /webapp/src/components/PermissionModule.vue
parent[idoit] Clients are now added to the idoit backend (diff)
downloadbas-7a888b445315d74ef66480d0b8902a0ae4825811.tar.gz
bas-7a888b445315d74ef66480d0b8902a0ae4825811.tar.xz
bas-7a888b445315d74ef66480d0b8902a0ae4825811.zip
[groups] fix api method to get a group taking way to long with all=true
This also fixes timeout crashes that occurred if a group had a lot of subgroups
Diffstat (limited to 'webapp/src/components/PermissionModule.vue')
-rw-r--r--webapp/src/components/PermissionModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/PermissionModule.vue b/webapp/src/components/PermissionModule.vue
index 5abe7d6..26d4792 100644
--- a/webapp/src/components/PermissionModule.vue
+++ b/webapp/src/components/PermissionModule.vue
@@ -95,7 +95,7 @@ export default {
data () {
return {
components: ['PermissionModuleRoleList', 'PermissionModuleUserList'],
- tab: ''
+ tab: 0
}
},
computed: {