Browse Source

switch cmf_licence and parameters to their dev versions in the menu

Olivier Massot 3 năm trước cách đây
mục cha
commit
092308b09f
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      composables/layout/Menus/configurationMenu.ts

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

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