iptdevs-design-system 3.1.364 → 3.1.366
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/cod-form/cod-form.component.mjs +2 -1
- package/esm2020/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs +2 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3247,6 +3247,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3247
3247
|
this.codFormStepOne.controls['course_modality'].disable();
|
|
3248
3248
|
}
|
|
3249
3249
|
processData(data) {
|
|
3250
|
+
console.log("llegue aqui en processData");
|
|
3250
3251
|
const { codFormStepOne } = this;
|
|
3251
3252
|
this.getAgreementByPlan(data.course_type?.academic_plan.code);
|
|
3252
3253
|
this.getCourseType(data.course_type?.academic_plan.code);
|
|
@@ -4794,6 +4795,7 @@ class CodFormComponent {
|
|
|
4794
4795
|
this.userRole = this.baseService.getUserRole();
|
|
4795
4796
|
}
|
|
4796
4797
|
ngOnChanges(changes) {
|
|
4798
|
+
console.log(this.courseSelect);
|
|
4797
4799
|
if (changes['editCod'] && this.dataFromPreviusCodData) {
|
|
4798
4800
|
if (this.editCod) {
|
|
4799
4801
|
if (!this.dataFromPreviusCodData.edit_course_payment) {
|