@eqproject/eqp-dynamic-module 2.7.13 → 2.7.14

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.
@@ -4534,11 +4534,13 @@ class DbgetterComponent {
4534
4534
  this.record[this.field.Name] = valueToBeSet;
4535
4535
  this.showTable = false;
4536
4536
  this.showQE = false;
4537
+ //EqpDynamicModuleDialogService.Success("Un solo risultato trovato, è stato inserito in automatico");
4537
4538
  this.selectedValue.emit([valueToBeSet, false]);
4538
4539
  }
4539
4540
  close() {
4540
4541
  this.selectedValue.emit(["****CLOSE****", true]);
4541
4542
  this.showTable = false;
4543
+ this.showButtonReply = false;
4542
4544
  }
4543
4545
  delete() {
4544
4546
  this.selectedValue.emit([null, true]);