@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.
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +3 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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]);
|