Procházet zdrojové kódy

fix menu parameters

Vincent GUFFON před 3 roky
rodič
revize
873a7a56fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')) {