iptdevs-design-system 3.1.363 → 3.1.365
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 +3 -3
- package/fesm2015/iptdevs-design-system.mjs +3 -2
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +3 -2
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3206,7 +3206,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3206
3206
|
this.codFormStepOne.controls['english_level'].setValue(null);
|
|
3207
3207
|
this.codFormStepOne.controls['availible_courses'].setValue(null);
|
|
3208
3208
|
this.codFormStepOne.controls['course_modality'].setValue(null);
|
|
3209
|
-
this.cdRef.detectChanges();
|
|
3209
|
+
// this.cdRef.detectChanges();
|
|
3210
3210
|
}
|
|
3211
3211
|
if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && this.isEditCod && this.isRenovation === false) {
|
|
3212
3212
|
this.processData(this.dataPreviusCodData);
|
|
@@ -3235,7 +3235,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3235
3235
|
this.codFormStepOne.controls['english_level'].setValue(null);
|
|
3236
3236
|
this.codFormStepOne.controls['availible_courses'].setValue(null);
|
|
3237
3237
|
this.codFormStepOne.controls['course_modality'].setValue(null);
|
|
3238
|
-
this.cdRef.detectChanges();
|
|
3238
|
+
// this.cdRef.detectChanges();
|
|
3239
3239
|
}
|
|
3240
3240
|
}
|
|
3241
3241
|
disableFormControls() {
|
|
@@ -4794,6 +4794,7 @@ class CodFormComponent {
|
|
|
4794
4794
|
this.userRole = this.baseService.getUserRole();
|
|
4795
4795
|
}
|
|
4796
4796
|
ngOnChanges(changes) {
|
|
4797
|
+
console.log(this.courseSelect);
|
|
4797
4798
|
if (changes['editCod'] && this.dataFromPreviusCodData) {
|
|
4798
4799
|
if (this.editCod) {
|
|
4799
4800
|
if (!this.dataFromPreviusCodData.edit_course_payment) {
|