iptdevs-design-system 3.1.117 → 3.1.119

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.
@@ -4200,6 +4200,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
4200
4200
  else {
4201
4201
  this.codFormStepFive.controls['code_refers'].clearValidators();
4202
4202
  this.codFormStepFive.controls['code_refers'].updateValueAndValidity();
4203
+ this.codFormStepFive.controls['code_refers'].setValue(null);
4203
4204
  this.modalVisible = false;
4204
4205
  this.visbleReferred = false;
4205
4206
  }
@@ -4290,6 +4291,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
4290
4291
  this.codFormStepFive.controls['name_refers'].setValue(null);
4291
4292
  this.codFormStepFive.controls['phone_refers'].setValue(null);
4292
4293
  this.codFormStepFive.controls['email_refers'].setValue(null);
4294
+ this.codFormStepFive.controls['marketing_reasons'].setValue(null);
4293
4295
  }
4294
4296
  }
4295
4297
  openModalReferred() {
@@ -4506,6 +4508,7 @@ class CodFormComponent {
4506
4508
  country: data.filter(data => data.control === 'country')[0].value,
4507
4509
  state: data.filter(data => data.control === 'state')[0].value,
4508
4510
  academic_plan: data.filter(data => data.control === 'academic_plan')[0].value,
4511
+ code_refers: data.filter(data => data.control === 'code_refers')[0].value,
4509
4512
  };
4510
4513
  console.log(request);
4511
4514
  return request;