Project

General

Profile

« Previous | Next » 

Revision 53027

1. displayClaims.component: bug fix in keyword search.
2. dataset.component, orp.component: spelling corrections (#3845).
3.check before unsubscribe in landing and search/find, change the cookie link in app component

View differences:

dataProvider.component.ts
148 148
 }
149 149

  
150 150
   ngOnDestroy() {
151
     this.sub.unsubscribe();
151
     if(this.sub){
152
       this.sub.unsubscribe();
153
     }
152 154
     if(this.piwiksub){
153 155
       this.piwiksub.unsubscribe();
154 156
     }

Also available in: Unified diff