iptdevs-design-system 3.1.362 → 3.1.364

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3195,7 +3195,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3195
3195
  this.codFormStepOne.controls['course_type'].valueChanges
3196
3196
  .subscribe(value => this.communicatorService.setCurrentCourseType(value));
3197
3197
  this.communicatorService.setCurrentAgreement(this.localStorageCOD.getCodFormData(1, 'agreement_by_category'));
3198
- if (changes['initialData'] && this.initialData != null && this.dataPreviusCodData == null && this.isEditCod === false && this.isRenovation === false) {
3198
+ if (changes['initialData'] && this.initialData != null && this.dataPreviusCodData === null && this.isEditCod === false && this.isRenovation === false) {
3199
3199
  this.processData(this.initialData);
3200
3200
  this.cdRef.detectChanges();
3201
3201
  }
@@ -3206,7 +3206,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3206
3206
  this.codFormStepOne.controls['english_level'].setValue(null);
3207
3207
  this.codFormStepOne.controls['availible_courses'].setValue(null);
3208
3208
  this.codFormStepOne.controls['course_modality'].setValue(null);
3209
- this.cdRef.detectChanges();
3209
+ // this.cdRef.detectChanges();
3210
3210
  }
3211
3211
  if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && this.isEditCod && this.isRenovation === false) {
3212
3212
  this.processData(this.dataPreviusCodData);
@@ -3235,7 +3235,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3235
3235
  this.codFormStepOne.controls['english_level'].setValue(null);
3236
3236
  this.codFormStepOne.controls['availible_courses'].setValue(null);
3237
3237
  this.codFormStepOne.controls['course_modality'].setValue(null);
3238
- this.cdRef.detectChanges();
3238
+ // this.cdRef.detectChanges();
3239
3239
  }
3240
3240
  }
3241
3241
  disableFormControls() {