summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hofmaier2020-03-29 17:59:18 +0200
committerChristian Hofmaier2020-03-29 17:59:18 +0200
commit6462b7dcc8496a025f921a167e9875799137df24 (patch)
treee40495ba09f9406c6f1037239c3e9bdc00172492
parent[permissionmanager] allow whitelist inside blacklist (diff)
downloadbas-6462b7dcc8496a025f921a167e9875799137df24.tar.gz
bas-6462b7dcc8496a025f921a167e9875799137df24.tar.xz
bas-6462b7dcc8496a025f921a167e9875799137df24.zip
[permissionmanager] reload blacklist when navigating with stepper
-rw-r--r--webapp/src/components/PermissionModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/PermissionModuleEdit.vue b/webapp/src/components/PermissionModuleEdit.vue
index bd44860..85102b5 100644
--- a/webapp/src/components/PermissionModuleEdit.vue
+++ b/webapp/src/components/PermissionModuleEdit.vue
@@ -220,7 +220,7 @@ export default {
},
watch: {
step (val) {
- if (val === '3') this.loadChilds()
+ if (val === '3' || val === '4') this.loadChilds()
},
dialog: {
immediate: true,