Project

General

Profile

« Previous | Next » 

Revision 58238

[Library | Landing-redesign]: Merge from trunk

View differences:

claimResultSearchForm.component.ts
620 620
      entity.result.url = prefixUrl + entity.id;
621 621
      entity.result.source = String("openaire");
622 622
      entity.result.date = (item.year && item.year != "") ? item.year : null;
623
      entity.result.accessRights = String(item.title.accessMode);
623
      entity.result.accessRights = (item.title && item.title.accessMode) ? String(item.title.accessMode) : "";
624 624

  
625 625
      entity.type = type;
626 626
      entity.result.embargoEndDate = (item.embargoEndDate && item.embargoEndDate != "") ? item.embargoEndDate : entity.result.embargoEndDate;

Also available in: Unified diff