Project

General

Profile

« Previous | Next » 

Revision 49550

'resultbestlicense' field of index renamed to 'resultbestaccessright' and 'bestlicense' field renamed to 'bestaccessright' | htmlProjectReport - project landing: fix query for research data tab in app box | Remove '-' when there are no unclassified subjects in landing pages | Similar Research Results and Related Research Results: case for software results added | Publication landing, Dataset landing, Software landing: 'collectedfrom' parsed through 'instance' field | Search Pages and project landing page: Alert when CSV download fails | Organization landing: encoding funder's info in queries

View differences:

parsingFunctions.class.ts
312 312

  
313 313
    if(relation['resulttype'].classname == "publication") {
314 314
      researchResult['class'] = "publication";
315
    } else if(relation['resulttype'].classname == "dataset") {
316
      researchResult['class'] = "dataset";
315 317
    } else {
316
      researchResult['class'] = "dataset";
318
      researchResult['class'] = "software";
317 319
    }
318 320

  
319 321
    researchResult['id'] = relation['to'].content;

Also available in: Unified diff