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