Connect release 25th May 2023 #5

Merged
k.triantafyllou merged 6 commits from develop into master 2023-05-25 16:10:42 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b14f76c2b0 - Show all commits

View File

@ -56,6 +56,7 @@ export class EntitiesSelectionComponent {
showPage["" + data['pages'][i]["route"] + ""] = data['pages'][i]["isEnabled"];
}
}
this.entities = [];
if(this.onlyresults) {
if(this.simpleView) {
this.entities.push({label: 'All ' + OpenaireEntities.RESULTS.toLowerCase(), value: 'all'});