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:

dataProvider.component.ts
526 526
  }
527 527
  
528 528
  public get hasMetrics(): boolean {
529
    return !(this.totalViews && this.totalDownloads/* && this.pageViews*/) || this.totalViews > 0 || this.totalDownloads > 0 /*|| this.pageViews > 0*/;
529
    return !(this.totalViews && this.totalDownloads && this.pageViews) || this.totalViews > 0 || this.totalDownloads > 0 || this.pageViews > 0;
530 530
  }
531 531
  
532 532
  public openStatistics() {

Also available in: Unified diff