Project

General

Profile

« Previous | Next » 

Revision 53601

fixed some bugs

View differences:

compatibility-validate-type.component.ts
88 88

  
89 89
  readType() {
90 90
    this.type = this.route.snapshot.paramMap.get('type');
91
    if (this.type == 'cris') {
92
      this.chosenValSet = 'none';
93
      this.noOfRecords = -1;
94
    }
91 95
    console.log(this.type);
92 96
  }
93 97

  
......
269 273
      isCris = false;
270 274
      this.crisRefIntegrity = null;
271 275
      this.chosenCrisEntities = null;
276
      if ( this.chosenValSet==='' ) {
277
        this.chosenValSet= 'none';
278
      }
272 279
    }
273
    if ( this.chosenValSet==='' ) {
274
      this.chosenValSet= 'none';
275
    }
280

  
276 281
    let newJob: JobForValidation = {
277 282
      selectedCrisEntities: this.chosenCrisEntities,
278 283
      selectedContentRules: this.chosenContentRules,

Also available in: Unified diff