@eqproject/eqp-dynamic-module 2.10.40 → 2.10.41
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 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +3 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +3 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5912,6 +5912,9 @@ class DbgetterComponent {
|
|
|
5912
5912
|
}
|
|
5913
5913
|
else {
|
|
5914
5914
|
GlobalService.debugLog("ho multiselect");
|
|
5915
|
+
if (this.selectedElements == null) {
|
|
5916
|
+
this.selectedElements = new Array();
|
|
5917
|
+
}
|
|
5915
5918
|
if (this.selectedElements.find(x => x.ID == row['ID']) == null) {
|
|
5916
5919
|
GlobalService.debugLog("ho più di una risposta");
|
|
5917
5920
|
// E' un elenco generico dbgetter multiselect
|