Vincent GUFFON 3 gadi atpakaļ
vecāks
revīzija
2f01f4863d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      composables/layout/Menus/configurationMenu.ts

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

@@ -62,11 +62,11 @@ class ConfigurationMenu extends BaseMenu implements Menu {
     }
 
     if (this.$ability.can('display', 'billing_settings_page')) {
-      children.push(this.constructMenu('billing_settings', undefined, '/billing_settings/' + this.$store.state.profile.organization.id, true))
+      children.push(this.constructMenu('billing_settings', undefined, '/main/edit/billing_settings/' + this.$store.state.profile.organization.id, true))
     }
 
     if (this.$ability.can('display', 'online_registration_settings_page')) {
-      children.push(this.constructMenu('online_registration_settings', undefined, '/online_registration_settings/' + this.$store.state.profile.organization.id, true))
+      children.push(this.constructMenu('online_registration_settings', undefined, '/main/edit/online_registration_settings/' + this.$store.state.profile.organization.id, true))
     }
 
     if (this.$ability.can('display', 'transition_next_year_page')) {