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:

software.component.ts
100 100
    }
101 101

  
102 102
    ngOnDestroy() {
103
      this.sub.unsubscribe();
103
      if(this.sub){
104
        this.sub.unsubscribe();
105
      }
104 106
      if(this.piwiksub){
105 107
        this.piwiksub.unsubscribe();
106 108
      }

Also available in: Unified diff