@eqproject/eqp-dynamic-module 2.7.35 → 2.7.36

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.
@@ -4449,7 +4449,7 @@ class DbgetterComponent {
4449
4449
  else if (currentRelation.actualvalue != null && this.record[fieldRelated] == null) {
4450
4450
  console.log("this.record[fieldRelated] E' TORNATO AD ESSERE NULL!! :(", this.field.Name, fieldRelated, this.record[fieldRelated], this.record);
4451
4451
  currentRelation.actualvalue = this.record[fieldRelated];
4452
- currentRelation.loaded = false;
4452
+ currentRelation.loaded = true;
4453
4453
  fieldWithRelation.QueryPropertyValue = "!" + fieldRelated;
4454
4454
  this.record[this.field.Name] = null;
4455
4455
  this.reloadComponent();