Project

General

Profile

« Previous | Next » 

Revision 62388

refactor. fix getDatasourceClasses and corresponding dropdown. fix issn fields

View differences:

compatibility-monitor-fullHistory-repo.component.ts
30 30

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

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

Also available in: Unified diff