openaire-library/dashboard
Konstantina Galouni bbbb711865 [Library | new-theme]: Bug fix in download from of result landing links | In menu items added "target" field to define if urls open in new tab and have external icon.
1. availableOn.component.ts: [Bug fix] Added class "uk-link-text" in links of license and providers.
2. menu.ts: In MenuItem added field target: string = "_blank"; and in constructor added parameters and initialization of target, type, isFeatured.
3. navigationBar.component.html: Updated checks for "custom-external" class and target according to target field of MenuItem.
4. app.component.ts: In "Manage" menu item set target to "_self".
5. menu.component.ts: (Admin form) In method "menuItemSaveConfirmed()" added: this.menuItemForm.value.target = this.menuItemForm.value['type'] == "internal" ? "_self" : "_blank";
2022-06-29 13:56:19 +03:00
..
divId Remove bulk options from portal page and entities 2022-06-24 18:20:40 +03:00
divhelpcontent Finish UI of class help texts list, edit page/class help content 2022-06-27 15:50:21 +03:00
entity Finish UI of class help texts list, edit page/class help content 2022-06-27 15:50:21 +03:00
helpTexts Finish UI of class help texts list, edit page/class help content 2022-06-27 15:50:21 +03:00
menu [Library | new-theme]: Bug fix in download from of result landing links | In menu items added "target" field to define if urls open in new tab and have external icon. 2022-06-29 13:56:19 +03:00
page Finish UI of class help texts list, edit page/class help content 2022-06-27 15:50:21 +03:00
portal Remove bulk options from portal page and entities 2022-06-24 18:20:40 +03:00
sharedComponents Finish UI of class help texts list, edit page/class help content 2022-06-27 15:50:21 +03:00
users Notify form: Open dropdown on empty. Delele unsused mailPrefsComponent. Finish UI of subscribers and invite subscriber. Fix an input bug in case of adding chip with enter key 2022-06-28 21:13:40 +03:00