Project

General

Profile

« Previous | Next » 

Revision 62388

refactor. fix getDatasourceClasses and corresponding dropdown. fix issn fields

View differences:

compatibility-monitor-repo.component.ts
29 29

  
30 30
    if(this.sharedService.getRepository()) {
31 31
      this.repo = this.sharedService.getRepository();
32
      this.repoName = this.repo.officialName;
32
      this.repoName = this.repo.officialname;
33 33
      this.getLatestAggregationHistory();
34 34
    }
35 35

  
......
37 37
      r => {
38 38
        this.repo = r;
39 39
        if (this.repo) {
40
          this.repoName = this.repo.officialName;
40
          this.repoName = this.repo.officialname;
41 41
          this.getLatestAggregationHistory();
42 42
        }
43 43
      }

Also available in: Unified diff