@eqproject/eqp-dynamic-module 2.5.3 → 2.5.4

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.
@@ -4062,6 +4062,9 @@ class DbgetterComponent {
4062
4062
  if (ev.Behaviours.indexOf("send-out") != -1) {
4063
4063
  this.out.emit(ev);
4064
4064
  }
4065
+ if (ev.Behaviours.indexOf("manage-question-in-dbgetter") != -1) {
4066
+ this.showQE = false;
4067
+ }
4065
4068
  this.data = JSON.parse(ev.Params.result);
4066
4069
  this.processResult(this.data);
4067
4070
  }
@@ -4092,6 +4095,9 @@ class DbgetterComponent {
4092
4095
  }
4093
4096
  }
4094
4097
  }
4098
+ else {
4099
+ this.showQE = true;
4100
+ }
4095
4101
  }
4096
4102
  onClickButtonReply() {
4097
4103
  this.showTable = true;