Bugfix
Detail
#28665
Calculated attributes are not updated when tables are changed
Calculated attributes are not automatically updated if the underlying values in a self-created table (not normal composition display) within a form change. The recalculation does not take place immediately when the change is made or when the form is transferred.
Reproduction
- Object A with calculated attribute a and composition of objects B
- Object B with attribute b
- Attribute a` is calculated from the sum of all `b` values of the associated composition
- The composition is displayed in the form as a self-constructed table (not as a normal composition)
Expected behavior
Calculated attributes should be updated automatically if the table values relevant for the calculation change - either immediately when they are entered or at the latest when they are transferred. It should not be necessary to reload the form manually.