@eqproject/eqp-dynamic-module 2.4.37 → 2.4.38
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/add-form-field/add-form-field.component.mjs +3 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9467,6 +9467,7 @@ class AddFormFieldComponent {
|
|
|
9467
9467
|
// DB GETTER
|
|
9468
9468
|
openDBGetter() {
|
|
9469
9469
|
if (this.QueryEditorComponent != null && !this.QueryEditorComponent.inputParams.useDynamicModuleMock) {
|
|
9470
|
+
this.QueryEditorComponent.inputParams.config.mode = QueryEditorModeEnum.COMPOSER;
|
|
9470
9471
|
this.QueryEditorComponent.inputParams.config.loadQueryStatuses = this.field.DataGetter.DataGetterValue;
|
|
9471
9472
|
this.dialogQERef = this.dialog.open(this.dialogQE, {
|
|
9472
9473
|
disableClose: true,
|