|
|
@@ -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')) {
|