@eqproject/eqp-dynamic-module 2.10.73 → 2.10.74
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/README.md +6 -0
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +3 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -7208,9 +7208,10 @@ class DbgetterComponent {
|
|
|
7208
7208
|
this.QueryEditorComponent.inputParams.config.field = this.field;
|
|
7209
7209
|
this.QueryEditorComponent.inputParams.config.record = this.record;
|
|
7210
7210
|
this.QueryEditorComponent.inputParams.config.inConfig = this.inConfig;
|
|
7211
|
-
// V2: il QueryEditor in RESULT mode riceve
|
|
7211
|
+
// V2: il QueryEditor in RESULT mode riceve il queryConfig e il version flag
|
|
7212
7212
|
if (isV2) {
|
|
7213
7213
|
this.QueryEditorComponent.inputParams.config.loadQueryStatuses = this.field.DataGetter.DataGetterValue;
|
|
7214
|
+
this.QueryEditorComponent.inputParams.config.DataGetterCodeVersion = 2;
|
|
7214
7215
|
}
|
|
7215
7216
|
if (this.field.DataGetter.DataGetterValue.openedFields.find(x => typeof x.QueryPropertyValue !== "object" && x.QueryPropertyValue == '?') != null) {
|
|
7216
7217
|
// Il campo ha almeno un valore con "?"
|