@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.
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +5 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +4 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +4 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) => {
|