Project

General

Profile

« Previous | Next » 

Revision 57384

[Library|Trunk]

Claims:
change type of openaire results to "Entity type"
add link to the landing page of Openaire results
remove cursor-pointer in Basket Title of Sources in the 1st step

Autocomplete / entity search service remove unused method (used in old linking UI)

View differences:

directLinking.component.ts
164 164
       entity.project.startDate = project.startDate;
165 165
       this.inlineEntity = entity;
166 166
     }else{
167
      results = ClaimResultSearchFormComponent.openaire2ClaimResults(data, type);
167
      results = ClaimResultSearchFormComponent.openaire2ClaimResults(data, type, this.properties);
168 168
     }
169 169

  
170 170
    if (results.length > 0) {

Also available in: Unified diff