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:

project.component.ts
467 467
  }
468 468
  
469 469
  public get hasMetrics(): boolean {
470
    return !(this.totalViews && this.totalDownloads/* && this.pageViews*/) || this.totalViews > 0 || this.totalDownloads > 0/*||this.pageViews > 0*/;
470
    return !(this.totalViews && this.totalDownloads && this.pageViews) || this.totalViews > 0 || this.totalDownloads > 0||this.pageViews > 0;
471 471
  }
472 472

  
473 473
  public openStatistics() {

Also available in: Unified diff