Project

General

Profile

« Previous | Next » 

Revision 50761

put the divids- helper for linking views, Fix the links in advanced search page, remove openaireProperties class change error codes path, add the

View differences:

depositBySubjectResult.component.ts
1 1
import {Component, Input} from '@angular/core';
2 2
import {Observable}       from 'rxjs/Observable';
3
import {ErrorCodes} from '../../utils/properties/openaireProperties';
3
import {ErrorCodes} from '../../utils/properties/errorCodes';
4 4
import { Router } from '@angular/router';
5 5
import { ActivatedRoute } from '@angular/router';
6 6
import { FetchDataproviders } from '../../utils/fetchEntitiesClasses/fetchDataproviders.class';
......
65 65
         this.updateUrl(data.envSpecific.baseLink+this._router.url);
66 66
         this.zenodo = this.properties.zenodo;
67 67
         if(this.properties.enablePiwikTrack && (typeof document !== 'undefined')){
68
           this.piwiksub = this._piwikService.trackView("Deposit "+this.requestFor).subscribe();
68
           this.piwiksub = this._piwikService.trackView(this.properties, "Deposit "+this.requestFor).subscribe();
69 69
         }
70 70

  
71 71
      });

Also available in: Unified diff