@eqproject/eqp-dynamic-module 2.7.15 → 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.
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4425,6 +4425,7 @@ class DbgetterComponent {
|
|
|
4425
4425
|
if (this.field.DataGetter.DataGetterValue.openedFields.find(x => x.QueryPropertyValue.indexOf('!') != -1) != null) {
|
|
4426
4426
|
// Il campo ha almeno un valore con "!nomerelazione"
|
|
4427
4427
|
this.haveRelations = true;
|
|
4428
|
+
this.showButtonReply = true;
|
|
4428
4429
|
}
|
|
4429
4430
|
this.relationsLoaded = true;
|
|
4430
4431
|
}
|