فهرست منبع

Merge branch 'hotfix/fix-menu'

Vincent GUFFON 3 سال پیش
والد
کامیت
3dc1d48950
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      composables/layout/Menus/configurationMenu.ts

+ 1 - 1
composables/layout/Menus/configurationMenu.ts

@@ -38,7 +38,7 @@ class ConfigurationMenu extends BaseMenu implements Menu {
     }
 
     if (this.$ability.can('display', 'parameters_page')) {
-      children.push(this.constructMenu('parameters', undefined,`/main/edit/parameters/${this.$store.state.profile.organization.id}`))
+      children.push(this.constructMenu('parameters', undefined,`/main/edit/parameters/${this.$store.state.profile.organization.id}`, true))
     }
 
     if (this.$ability.can('display', 'place_page')) {