@eqproject/eqp-dynamic-module 2.6.40 → 2.6.41
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/form-records/add-form-record/add-form-record.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5228,7 +5228,7 @@ class AddFormRecordComponent {
|
|
|
5228
5228
|
// Il trigger va sparato. Valuto le funzioni interne
|
|
5229
5229
|
var formulas = JSON.parse(JSON.stringify(trigger.formulas));
|
|
5230
5230
|
Object.keys(formulas).forEach((key) => {
|
|
5231
|
-
var formula = formulas[key];
|
|
5231
|
+
var formula = formulas[key].value;
|
|
5232
5232
|
var temp = UtilityHelperService.EvaluateFieldFormula(formula, record, null);
|
|
5233
5233
|
formulas[key] = temp;
|
|
5234
5234
|
});
|