]
Michael Anstis resolved DROOLS-1823.
------------------------------------
Resolution: Won't Do
[Guided Decision Table] Preserve values during column definition
change
-----------------------------------------------------------------------
Key: DROOLS-1823
URL:
https://issues.jboss.org/browse/DROOLS-1823
Project: Drools
Issue Type: Enhancement
Components: Guided Decision Table Editor
Affects Versions: 7.0.0.Beta7
Reporter: Jozef Marko
Assignee: Guilherme Carreiro
Priority: Minor
Labels: reported-by-qe
There are cases when it would be worth to preserve cell values during column definition
change.
For example if there is column like: *$p : Person (age == $value)* and it is changed to
*$p : Person (name == $value)* where *age: Integer* and *name: String* then if there was
cell value *10* it could change to *"10"*.