@eqproject/eqp-dynamic-module 2.7.8 → 2.7.10

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.
@@ -4467,8 +4467,14 @@ class DbgetterComponent {
4467
4467
  }
4468
4468
  else {
4469
4469
  if (behaviours.indexOf("manage-question-in-dbgetter") != -1) {
4470
- this.showButtonReply = false;
4471
- this.showTable = true;
4470
+ if (behaviours.indexOf("silent-send-out") != -1) {
4471
+ this.showButtonReply = true;
4472
+ this.showTable = false;
4473
+ }
4474
+ else {
4475
+ this.showButtonReply = false;
4476
+ this.showTable = true;
4477
+ }
4472
4478
  }
4473
4479
  else {
4474
4480
  if (!this.DirectlyOpenTable) {