]
Michael Biarnes Kiefer updated DROOLS-1792:
-------------------------------------------
Fix Version/s: 7.6.0.Final
(was: 7.5.0.Final)
[Guided Decision Table] Default value of a column is not validated
with the field data type
-------------------------------------------------------------------------------------------
Key: DROOLS-1792
URL:
https://issues.jboss.org/browse/DROOLS-1792
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Affects Versions: 7.0.0.Beta5
Reporter: Jozef Marko
Assignee: Jozef Marko
Labels: dtable_testday_preparation, qe-suggest-pre-7.0.0.Final, qe-test-day,
reported-by-qe
Fix For: 7.6.0.Final
During definition of a condition or an action column, user has possibility to specify
'Default value' for this column. The problem is that the default value is not
validated with the field data type. In practice it means that even when the column expects
only _Integer_ values (because of the field data type), the default value still can be
some _String_ value. The 'Default value' inputs should be validated like
particular cells of the guided decision table. In those cells the user is not able to put
_String_ value into the cell where are expected only _Integer_ values.