Project

General

Profile

« Previous | Next » 

Revision 58284

[Trunk | Library]
1. result-preview.component.html: [Bug fix] fixes in spaces between comma separated values.
2. dataProviderInfo.ts & dataProvider.service.ts: Add and parse also acronym for "organizations".
3. searchProjects.service.ts & searchDataproviders.service.ts: If organization has no name, add "[no title available]".
4. dataProvider.component.ts: initialize "showNumOrganizations" to 20 | [Bug fix] Initialize and count all tabs no matter what the type is.
5. dataProvider.component.html:
a. Show acronym for organizations and name in tooltip |
b. [Bug fix] date for "Last update of records in OpenAIRE" under the card in right column of page.
c. [Bug fix] In statisticsTab pass inputs for fetchSoftware and fetchOther.
6. statisticsTab.component.ts: [Bug fix] New inputs for fetchSoftware and fetchOther - pass their status in errorMessages | no checks for showing charts (needs more investigation).
7. project.component.html:
a. [Bug fix] date for "Last update of records in OpenAIRE" under the card in right column of page.
b. [Bug fix] For statistics check also fetchSoftware and fetchOther.

View differences:

searchProjects.service.ts
190 190
                            } else {
191 191
                              result['organizations'][countOrganizations]['name'] = relation.legalname;
192 192
                            }
193
                            if(!result['organizations'][countOrganizations]['name']) {
194
                              result['organizations'][countOrganizations]['name'] = "[no title available]";
195
                            }
193 196
                        }
194 197
                    }
195 198
                }

Also available in: Unified diff