-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, 7.3.X, Master
-
Fix Version/s: 7.2.10 DXP FP10, 7.2.X, 7.3.X, Master
-
Component/s: Forms
-
Labels:
-
Branch Version/s:7.3.x, 7.2.x
-
Backported to Branch:Committed
-
Git Pull Request:
There is a ticket related to rules that don't work as expected. The problem appears when there are several rules associated with a grid component.
Is not easy to explain, but the steps to reproduce it would be:
- Create a Grid component with multiple rows and columns.
- Create several Number components.
- Create multiples rules that associated Grid component values to the calculation of values for the type Number components. There must be several rules by row, each one associated with a different column value.
Result expected :
- All rules are applied.
Current result :
- Only the rules associated with the values of the first row used are processed.