iptdevs-design-system 3.1.4373 → 3.1.4374

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.
@@ -6326,19 +6326,21 @@ class CodSelfFormStepOneComponent extends CodSelfManagedSteps {
6326
6326
  this.controls = new CodSelfManagedControls().controls[0];
6327
6327
  this.visible = false;
6328
6328
  this.messageInfo = 'Esta seccion solo es para datos del estudiante.';
6329
+ this.initForm();
6329
6330
  }
6330
6331
  ngOnInit() {
6331
6332
  this.getParameters();
6332
6333
  }
6333
6334
  ngOnChanges(changes) {
6334
- this.initForm();
6335
6335
  this.startLocalStorageWork();
6336
6336
  if (changes['user']) {
6337
6337
  if (this.user != null) {
6338
+ console.log('setDataUsers');
6338
6339
  this.setDataUsers();
6339
6340
  this.cdRef.detectChanges();
6340
6341
  }
6341
6342
  else {
6343
+ console.log('llegue aqui');
6342
6344
  }
6343
6345
  }
6344
6346
  }