iptdevs-design-system 3.1.372 → 3.1.373

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.
@@ -3199,17 +3199,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3199
3199
  this.processData(this.initialData);
3200
3200
  this.cdRef.detectChanges();
3201
3201
  }
3202
- else {
3203
- console.log("llegue aqui por alguna razon del la condicion");
3204
- this.codFormStepOne.controls['academic_plan'].setValue(null);
3205
- this.codFormStepOne.controls['course_type'].setValue(null);
3206
- this.codFormStepOne.controls['agreement_by_category'].setValue(null);
3207
- this.codFormStepOne.controls['english_level'].setValue(null);
3208
- this.codFormStepOne.controls['availible_courses'].setValue(null);
3209
- this.codFormStepOne.controls['course_modality'].setValue(null);
3210
- // this.cdRef.detectChanges();
3211
- }
3212
- if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && this.isEditCod && this.isRenovation === false) {
3202
+ else if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && this.isEditCod && this.isRenovation === false) {
3213
3203
  this.processData(this.dataPreviusCodData);
3214
3204
  if (this.isEditCod && !this.dataPreviusCodData.edit_course_payment) {
3215
3205
  this.isDisabledSel = true;