@eqproject/eqp-dynamic-module 2.7.14 → 2.7.16

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.
@@ -4419,16 +4419,15 @@ class DbgetterComponent {
4419
4419
  this.QueryEditorComponent.inputParams.config.record = this.record;
4420
4420
  this.QueryEditorComponent.inputParams.config.inConfig = this.inConfig;
4421
4421
  if (this.field.DataGetter.DataGetterValue.openedFields.find(x => x.QueryPropertyValue == '?') != null) {
4422
- // Il modulo ha almeno una risposta con "?"
4422
+ // Il campo ha almeno un valore con "?"
4423
4423
  this.haveQuestions = true;
4424
4424
  }
4425
4425
  if (this.field.DataGetter.DataGetterValue.openedFields.find(x => x.QueryPropertyValue.indexOf('!') != -1) != null) {
4426
- // Il modulo ha almeno una risposta con "!"
4426
+ // Il campo ha almeno un valore con "!nomerelazione"
4427
4427
  this.haveRelations = true;
4428
+ this.showButtonReply = true;
4428
4429
  }
4429
- else {
4430
- this.relationsLoaded = true;
4431
- }
4430
+ this.relationsLoaded = true;
4432
4431
  }
4433
4432
  else {
4434
4433
  if (this.data == null) {