Project

General

Profile

« Previous | Next » 

Revision 60826

[Library|Trunk]

Metrics:
add back the Openaire views

SEO:
- Landing: encode pid in canonical url
- result preview: single encoding in pid url

Enermaps Integration:
- update landing tab
- update look for tool url

View differences:

result-preview.component.ts
83 83
    let pid:Identifier =this.getPID();
84 84
    if(pid){
85 85
      this.urlParam = "pid";
86
      this.result.id = encodeURIComponent(pid.id);
86
      this.result.id = pid.id;
87 87
    
88 88
    }
89 89
  }

Also available in: Unified diff