@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
|
@@ -9440,6 +9440,7 @@ class AddFormFieldComponent {
|
|
|
9440
9440
|
// DB GETTER
|
|
9441
9441
|
openDBGetter() {
|
|
9442
9442
|
if (this.QueryEditorComponent != null && !this.QueryEditorComponent.inputParams.useDynamicModuleMock) {
|
|
9443
|
+
this.QueryEditorComponent.inputParams.config.mode = QueryEditorModeEnum.COMPOSER;
|
|
9443
9444
|
this.QueryEditorComponent.inputParams.config.loadQueryStatuses = this.field.DataGetter.DataGetterValue;
|
|
9444
9445
|
this.dialogQERef = this.dialog.open(this.dialogQE, {
|
|
9445
9446
|
disableClose: true,
|