|
@@ -39,10 +39,6 @@ export default class AccountMenuBuilder extends AbstractMenuBuilder {
|
|
|
children.push(this.createItem('my_students_education_students', undefined, '/my_students_education_students/list/', MENU_LINK_TYPE.V1))
|
|
children.push(this.createItem('my_students_education_students', undefined, '/my_students_education_students/list/', MENU_LINK_TYPE.V1))
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (this.ability.can('display', 'criteria_notations_page') || this.ability.can('display', 'criteria_notations_page_from_account_menu')) {
|
|
|
|
|
- children.push(this.createItem('criteria_notations', undefined, '/criteria_notations/list/', MENU_LINK_TYPE.V1))
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
if (this.ability.can('display', 'my_education_students_page')) {
|
|
if (this.ability.can('display', 'my_education_students_page')) {
|
|
|
children.push(this.createItem('my_education_students', undefined, `/main/my_profile/${this.accessProfile.id}/dashboard/my_education_students/list/`, MENU_LINK_TYPE.V1))
|
|
children.push(this.createItem('my_education_students', undefined, `/main/my_profile/${this.accessProfile.id}/dashboard/my_education_students/list/`, MENU_LINK_TYPE.V1))
|
|
|
}
|
|
}
|