@eqproject/eqp-dynamic-module 2.7.32 → 2.7.33

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.
@@ -4499,12 +4499,14 @@ class DbgetterComponent {
4499
4499
  console.log("RELOAD COMPONENT CALLED", this.record, this.QueryEditorComponent.inputParams.config.record);
4500
4500
  this.reload = false;
4501
4501
  this.QueryEditorComponent.inputParams.config.record = this.record;
4502
+ this.QueryEditorComponent.inputParams.config.field = this.field;
4502
4503
  setTimeout(() => { this.reload = true; console.log("RELOADED QUERYEDITOR"); }, 1000);
4503
4504
  }
4504
4505
  checkRelations() {
4505
4506
  this.relationsLoaded = this.relations.find(x => x.loaded) != null;
4506
4507
  }
4507
4508
  onExternalSQLResultOut(ev) {
4509
+ console.log("Risultato dell'elaborazione del query editor: onExternalSQLResultOut", ev);
4508
4510
  if (ev.Behaviours.indexOf("send-out") != -1) {
4509
4511
  this.out.emit(ev);
4510
4512
  }