iptdevs-design-system 3.1.154 → 3.1.155
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.
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +2 -2
- package/esm2020/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.mjs +2 -2
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +3 -3
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +3 -3
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3298,7 +3298,7 @@ class CodFormStepTwoComponent extends CodFormSteps {
|
|
|
3298
3298
|
this.getParameters();
|
|
3299
3299
|
if (changes['initialData']) {
|
|
3300
3300
|
if (this.initialData != null) {
|
|
3301
|
-
if (this.initialData.userStudent
|
|
3301
|
+
if (this.initialData.userStudent != null) {
|
|
3302
3302
|
this.setDataFromUserHistory();
|
|
3303
3303
|
}
|
|
3304
3304
|
else {
|
|
@@ -3599,7 +3599,7 @@ class CodFormStepThreeComponent extends CodFormSteps {
|
|
|
3599
3599
|
if (this.initialData != null) {
|
|
3600
3600
|
if (this.initialData.parent != null) {
|
|
3601
3601
|
this.selectNeedAtendant(1);
|
|
3602
|
-
if (this.initialData.userStudent
|
|
3602
|
+
if (this.initialData.userStudent != null) {
|
|
3603
3603
|
this.setDataFromUserHistory();
|
|
3604
3604
|
}
|
|
3605
3605
|
else {
|
|
@@ -4312,7 +4312,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4312
4312
|
this.sendFormMsg = 'Crear COD'; // Roles comerciales
|
|
4313
4313
|
if (changes['initialData']) {
|
|
4314
4314
|
if (this.initialData != null) {
|
|
4315
|
-
if (this.initialData.userStudent
|
|
4315
|
+
if (this.initialData.userStudent != null) {
|
|
4316
4316
|
this.setDataFromUserHistory();
|
|
4317
4317
|
}
|
|
4318
4318
|
else {
|