iptdevs-design-system 3.1.522 → 3.1.523

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.
@@ -6677,16 +6677,23 @@ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
6677
6677
  // Si no hay un valor en el localStorage, o si es null o vacío, establece un valor predeterminado
6678
6678
  this.codSelfFormStepTwo.controls['schedule'].setValue(new Date());
6679
6679
  }
6680
- // if (courseModality && courseModality.trim() != '') {
6681
- // // Si hay un valor en el localStorage, establece el valor del FormControl
6682
- // this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6683
- // } else {
6684
- // // Si no hay un valor en el localStorage, o si es null o vacío, establece un valor predeterminado
6685
- // this.codSelfFormStepTwo.controls['modality'].setValue(null);
6686
- // }
6687
- this.codSelfFormStepTwo.patchValue({
6688
- modality: courseModality
6689
- });
6680
+ if (courseModality && courseModality.trim() != '') {
6681
+ // Si hay un valor en el localStorage, establece el valor del FormControl
6682
+ // this.codSelfFormStepTwo.controls['modality'].setValue(courseModality);
6683
+ if (courseModality == "1") {
6684
+ this.codSelfFormStepTwo.controls['modality'].setValue(this.stateOptions[0]);
6685
+ }
6686
+ else {
6687
+ this.codSelfFormStepTwo.controls['modality'].setValue(this.stateOptions[1]);
6688
+ }
6689
+ }
6690
+ else {
6691
+ // Si no hay un valor en el localStorage, o si es null o vacío, establece un valor predeterminado
6692
+ this.codSelfFormStepTwo.controls['modality'].setValue(null);
6693
+ }
6694
+ // this.codSelfFormStepTwo.patchValue({
6695
+ // modality: courseModality
6696
+ // })
6690
6697
  }
6691
6698
  back() {
6692
6699
  // Movernos al paso anterior