iptdevs-design-system 3.1.340 → 3.1.341

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.
@@ -3172,6 +3172,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3172
3172
  this.communicatorService.setCurrentAgreement(this.localStorageCOD.getCodFormData(1, 'agreement_by_category'));
3173
3173
  if (changes['initialData'] && this.initialData != null && !this.dataPreviusCodData && !this.isEditCod && this.isRenovation === false) {
3174
3174
  this.processData(this.initialData);
3175
+ this.cdRef.detectChanges();
3175
3176
  }
3176
3177
  if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && this.isEditCod && this.isRenovation === false) {
3177
3178
  this.processData(this.dataPreviusCodData);
@@ -3188,8 +3189,9 @@ class CodFormStepOneComponent extends CodFormSteps {
3188
3189
  this.cdRef.detectChanges();
3189
3190
  }
3190
3191
  else if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && !this.isEditCod && this.courseSelectRenovation && this.isRenovation === true) {
3191
- this.disableFormControls();
3192
3192
  this.setDataCodRenovationSelect();
3193
+ this.isDisabledSel = true;
3194
+ this.disableFormControls();
3193
3195
  this.cdRef.detectChanges();
3194
3196
  }
3195
3197
  }