iptdevs-design-system 3.1.178 → 3.1.180
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-one/cod-form-step-one.component.mjs +3 -2
- package/fesm2015/iptdevs-design-system.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3135,8 +3135,9 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3135
3135
|
console.log(this.initialData);
|
|
3136
3136
|
if (this.initialData != null) {
|
|
3137
3137
|
console.log(this.initialData);
|
|
3138
|
-
this.setDataFromUserHistory();
|
|
3139
3138
|
this.getAgreementByPlan(this.initialData.course_type.academic_plan.code);
|
|
3139
|
+
this.getCourseType(this.initialData.course_type.academic_plan.code);
|
|
3140
|
+
this.setDataFromUserHistory();
|
|
3140
3141
|
}
|
|
3141
3142
|
}
|
|
3142
3143
|
}
|