Project

General

Profile

« Previous | Next » 

Revision 62413

code cleanup

View differences:

datasource-update-form.component.ts
309 309
    console.log('typology ', this.selectedRepo.typology);
310 310
    console.log(this.datasourceClasses);
311 311
    console.log(this.updateGroup.get('datasourceType').value);
312
    // this.selectedRepo.eoscDatasourceType = this.datasourceClasses.get(this.updateGroup.get('datasourceType').value);
313
    // console.warn(this.selectedRepo.eoscDatasourceType);
314 312
    this.selectedRepo.officialname = this.updateGroup.get('officialName').value.toString();
315 313
    this.selectedRepo.description = this.updateGroup.get('repoDescription').value.toString();
316 314
    this.selectedRepo.organizations[0].country = this.updateGroup.get('country').value; // countryCode

Also available in: Unified diff