Project

General

Profile

« Previous | Next » 

Revision 62092

Added by John Balasis about 2 years ago

added cris functionality

View differences:

register-new-datasource.component.ts
9 9
import { from, of } from 'rxjs';
10 10
import { concatMap } from 'rxjs/operators';
11 11
import { errorsInInterfaces, formErrorRegisterRepo, noInterfacesSaved } from '../../../domain/shared-messages';
12
import {DatasourceUpdateTermsFormComponent} from "../../../shared/reusablecomponents/sources-forms/datasource-update-terms-form.component";
12
import {DatasourceUpdateTermsFormComponent} from '../../../shared/reusablecomponents/sources-forms/datasource-update-terms-form.component';
13 13

  
14 14
@Component({
15 15
  selector: 'app-register-new-datasource',
16 16
  templateUrl: './register-new-datasource.component.html'
17 17
})
18

  
18 19
export class RegisterNewDatasourceComponent implements OnInit {
19 20
  loadingMessage: string;
20 21
  errorMessage: string;
......
205 206
    );
206 207
  }
207 208

  
208
  //recheck if needed
209
  // recheck if needed
209 210
  getTerms(repo: Repository) {
210 211
    console.log('this.repo', this.repo.consentTermsOfUse, this.repo.fullTextDownload);
211 212
    console.log('repo', repo.consentTermsOfUse, repo.fullTextDownload);

Also available in: Unified diff