Project

General

Profile

« Previous | Next » 

Revision 62552

Added by John Balasis over 1 year ago

finalizing update interfaces

View differences:

register-existing-datasource.component.ts
207 207
        } else {
208 208
          this.repoInterfaces.push(repo_interface);
209 209
        }
210
        console.log(JSON.stringify(repo_interface));
210
        // console.log(JSON.stringify(repo_interface));
211 211
      }
212 212
    }
213
    console.log('new interfaces is ', this.repoInterfaces);
213
    // console.log('new interfaces is ', this.repoInterfaces);
214 214
    return invalidFormsCount;
215 215
  }
216 216

  
......
328 328
      this.loadingMessage = 'Saving changes';
329 329
      this.errorMessage = '';
330 330
      console.log('reg this.repo', this.repo);
331
      this.repoService.addRepository( this.repo.eoscDatasourceType, this.repo).subscribe( //this.repo.collectedfrom
331
      this.repoService.addRepository( this.repo.eoscDatasourceType, this.repo).subscribe( // this.repo.collectedfrom
332 332
        response => {
333 333
          console.log(`addRepository responded: ${response.id}, ${response.registeredby}`);
334 334
          this.repo = response;

Also available in: Unified diff