Merging develop branch into master for PROD Explore October 2023 release #10

Merged
konstantina.galouni merged 9 commits from develop into master 2023-10-16 12:38:56 +02:00

9 Commits

Author SHA1 Message Date
Konstantina Galouni fce848008a [Library | develop]: resultLanding.component.html: [Bug fix] Fix check isNumber for bip measures & remove check if value (show citation score also when it is 0). 2023-10-16 12:53:40 +03:00
argirok 953c11a3b2 Merge remote-tracking branch 'origin/develop' into develop 2023-10-16 12:21:35 +03:00
argirok aa0ec0b06f search tab: show all results / don't slice the array
Fetch research results: keep all results in allResults field (for community results case)
2023-10-16 12:11:47 +03:00
Konstantina Galouni f0a48cd2e1 [Library | develop]: search-input.component.ts: [Bug fix] Added cdr.detectChanges() call on ngAfterViewInit, to solve expressionChangedAfterItHasBeenChecked error. 2023-10-16 11:44:18 +03:00
Konstantina Galouni 9226a5975d [Library | develop]: Added Full-Text in research products actions when available.
1. availableOn.component.ts: Added Full-Text before Data sources, as a separate action and as information for each instance.
2. parsingFunctions.class.ts: Added parsing for fulltext and updated method "compareHostedByCollectedFrom()" to sort by both access and existence of fulltext.
3. resultLanding.component.html: Removed classes for <availableOn> in mobile actions.
4. entity-actions.component.ts: Updated uk-text-bolder class for all actions.
5. result-preview.ts: Added "fulltext?: string;" in HostedByCollectedFrom.
2023-10-11 12:46:10 +03:00
Konstantinos Triantafyllou ff4411d695 Fix role verification for community members. Modify isPrivate in communityHelper to include membership. 2023-10-10 22:40:01 +03:00
Konstantina Galouni c29488545e [Library & Explore | develop]: Added in openaireLibrary environment files for common properties (environment.all.ts: Common properties among all portals, regardless environment, environment.-/test/beta/prod.ts: Common properties per environment among all portals) | environments/: Build and export properties by merging local properties and common properties. 2023-10-10 17:42:40 +03:00
Konstantinos Triantafyllou a30ec46a89 Delete wrong imports 2023-10-10 17:20:03 +03:00
Konstantinos Triantafyllou c129165832 CommunityInfo: Add isOpen method. Email Composer: Add role in community dashboard invitation. 2023-10-10 12:25:03 +03:00