iptdevs-design-system 3.1.177 → 3.1.178
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 +2 -4
- package/fesm2015/iptdevs-design-system.mjs +1 -3
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -3
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3136,9 +3136,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3136
3136
|
if (this.initialData != null) {
|
|
3137
3137
|
console.log(this.initialData);
|
|
3138
3138
|
this.setDataFromUserHistory();
|
|
3139
|
-
|
|
3140
|
-
// .subscribe(value => this.communicatorService.setCurrentCourseType(value));
|
|
3141
|
-
// this.communicatorService.setCurrentAgreement(this.localStorageCOD.getCodFormData(1, 'agreement_by_category')!);
|
|
3139
|
+
this.getAgreementByPlan(this.initialData.course_type.academic_plan.code);
|
|
3142
3140
|
}
|
|
3143
3141
|
}
|
|
3144
3142
|
}
|