-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.52.0.Final
-
None
-
-
Undefined
-
NEW
-
NEW
The issue is related to DMN suggestions enhanced as part of BAPL-1716.
Suggestions check typed expression type and list firstly functions with matching return type. So for example for an expression `1 + ` we suggest first functions returning numbers and then the rest.
The issue is for negated boolean expressions.
false
offers different suggestions, than
not false
- clones
-
RHDM-1652 [DMN Designer] suggestions for negated boolean expression
- Closed