@eqproject/eqp-dynamic-module 2.7.33 → 2.7.34
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 +4 -4
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +3 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +3 -3
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4547,12 +4547,12 @@ class DbgetterComponent {
|
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
else {
|
|
4550
|
-
this.showQE = true;
|
|
4550
|
+
//this.showQE = true;
|
|
4551
4551
|
}
|
|
4552
4552
|
}
|
|
4553
4553
|
onClickButtonReply() {
|
|
4554
4554
|
this.showTable = true;
|
|
4555
|
-
this.showQE = true;
|
|
4555
|
+
//this.showQE = true;
|
|
4556
4556
|
}
|
|
4557
4557
|
selectValue(row, value) {
|
|
4558
4558
|
var valueToBeSet = "";
|
|
@@ -4568,7 +4568,7 @@ class DbgetterComponent {
|
|
|
4568
4568
|
this.showButtonReply = true;
|
|
4569
4569
|
this.record[this.field.Name] = valueToBeSet;
|
|
4570
4570
|
this.showTable = false;
|
|
4571
|
-
this.showQE = false;
|
|
4571
|
+
//this.showQE = false;
|
|
4572
4572
|
//EqpDynamicModuleDialogService.Success("Un solo risultato trovato, è stato inserito in automatico");
|
|
4573
4573
|
this.selectedValue.emit([valueToBeSet, false]);
|
|
4574
4574
|
}
|