@eqproject/eqp-dynamic-module 2.7.8 → 2.7.9

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.
@@ -4487,6 +4487,10 @@ class DbgetterComponent {
4487
4487
  }
4488
4488
  }
4489
4489
  onClickButtonReply() {
4490
+ if (this.haveQuestions) {
4491
+ this.QueryEditorComponent.inputParams.DMButtonClicked = Math.random();
4492
+ this.QueryEditorComponent.component.onClickDMButton();
4493
+ }
4490
4494
  if (this.haveRelations) {
4491
4495
  var relationLoaded = true;
4492
4496
  this.field.DataGetter.DataGetterValue.openedFields.filter(x => x.QueryPropertyValue.indexOf('!') != -1).forEach((fieldWithRelation) => {