瀏覽代碼

Merge tag 'fix-menu' into develop

Vincent GUFFON 3 年之前
父節點
當前提交
5e144b4ef2
共有 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')) {