]
Michael Anstis resolved DROOLS-1816.
------------------------------------
Resolution: Won't Do
Guided Decision Table: for boolean values, it is not clear if the
cell is not set or is set to false
----------------------------------------------------------------------------------------------------
Key: DROOLS-1816
URL:
https://issues.jboss.org/browse/DROOLS-1816
Project: Drools
Issue Type: Enhancement
Components: Guided Decision Table Editor
Reporter: Zuzka Krejčová
Assignee: Guilherme Carreiro
Priority: Major
Labels: reported-by-qe
A cell that represents a boolean field uses a simple checkbox to set the value to either
true or false. Until the user first sets the value, the box is unchecked, but the value is
not set. If the user checks and unchecks the box, the box looks just like at the beginning
but the value is set to false.
If you want to determine if the cell value is not set yet or is set to false, you have to
look into the source of the GDT. This is quite bothersome for larger tables.
Please consider some way of distinguishing these two different states in the guided dt
editor.