@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.
@@ -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,