-
Problem report
-
Resolution: Unresolved
-
Trivial
-
7.0.20rc1, 7.4.4rc1, 8.0.0alpha1 (master)
-
Sprint candidates
Steps to reproduce:
- Open Item edit -> Preprocessing
- Add In range step
- As min value, insert a macro: {$A}
- As max value, insert a number: 11
Result:
API error, that min should be less than max
Expected:
Same as when min is number and max is macro, we should be able to save it.