Project

General

Profile

« Previous | Next » 

Revision 62389

View differences:

content-events-of-repo-eventslist.component.ts
74 74

  
75 75

  
76 76
    if(this.sharedService.getRepository()) {
77
      this.repoName = this.sharedService.getRepository().officialName;
77
      this.repoName = this.sharedService.getRepository().officialname;
78 78
      this.initQuery();
79 79
      this.initForm();
80 80
      this.currentPage = 0; /* DELETE WHEN ADVANCED SHOW EVENTS IS FIXED AND SENDS CORRECT VALUE FOR CURRENT PAGE */
......
84 84
    this.sharedService.repository$.subscribe(
85 85
      r => {
86 86
        if (r) {
87
          this.repoName = r.officialName;
87
          this.repoName = r.officialname;
88 88
          this.initQuery();
89 89
          this.initForm();
90 90
          this.currentPage = 0; /* DELETE WHEN ADVANCED SHOW EVENTS IS FIXED AND SENDS CORRECT VALUE FOR CURRENT PAGE */

Also available in: Unified diff