-
Bug
-
Resolution: Done
-
Minor
-
7.19.0.Final
-
2019 Week 11-13
-
3
-
-
NEW
-
NEW
If the data type constraint is set as [date( "2016-07-29" )..date( "2016-07-30" )] [0], it is not recognized as an range in the [1].
The problem is that our ParseService for parsing Range, doesn't check deeply, what is the type of StartNode [3]. And then the DateValueFormatter component fails to replace the leading date( [4].
[4]
https://github.com/kiegroup/kie-wb-common/pull/2508/files#diff-e199e1e595037dcb4b465ff36dd13a1f
- relates to
-
DROOLS-3664 [DMN Designer] Data Types - Constraints (Range/Enumeration) - Add "Date" component when the type is "Date"
- Closed