|
|
@@ -31,16 +31,16 @@ class ConfigurationMenu extends BaseMenu implements Menu {
|
|
|
|
|
|
if (this.$ability.can('display', 'organization_page')) {
|
|
|
// children.push(this.constructMenu('organization_page', undefined, `/main/organizations/${this.$store.state.profile.organization.id}/dashboard`, true))
|
|
|
- children.push(this.constructMenu('organization_page', undefined, `/organization`, false))
|
|
|
+ children.push(this.constructMenu('organization_page', undefined, `/organization`, true))
|
|
|
}
|
|
|
|
|
|
if (this.$ability.can('display', 'cmf_licence_page')) {
|
|
|
- children.push(this.constructMenu('cmf_licence_generate', undefined, '/cmf_licence/organization'))
|
|
|
+ children.push(this.constructMenu('cmf_licence_generate', undefined, '/cmf_licence/organization', true))
|
|
|
}
|
|
|
|
|
|
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`, false))
|
|
|
+ children.push(this.constructMenu('parameters', undefined,`/parameters`, true))
|
|
|
}
|
|
|
|
|
|
if (this.$ability.can('display', 'place_page')) {
|