Project

General

Profile

« Previous | Next » 

Revision 52768

added new aggregations page and new repo types placeholders in registration page

View differences:

register-datasource-shareable.component.ts
113 113

  
114 114
  getLatestUpdate() {
115 115
    return this.repoService.getListLatestUpdate(this.mode).subscribe(
116
      responseDate => this.latestUpdate = responseDate,
116
      responseDate => this.latestUpdate = responseDate['lastCollectionDate'],
117 117
      error => console.log(error)
118 118
    );
119 119
  }
......
128 128
  }
129 129

  
130 130
  public goToNextStep(): boolean {
131
    if(!this.hasSelectedRepo || this.noRepositories){
131
    if (!this.hasSelectedRepo || this.noRepositories) {
132 132
      this.alertMessage = noRepositoryChosenMsg;
133 133
      return false;
134 134
    } else {

Also available in: Unified diff