Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BZ1301051: Column values are deleted after changing the operator in a Guided Decision Table #127

Closed
wants to merge 1 commit into from

Conversation

manstis
Copy link
Member

@manstis manstis commented Feb 24, 2016

See https://bugzilla.redhat.com/show_bug.cgi?id=1301051

This PR splits the values only of STRING cells (which are the default for "Value Lists" and "Enumerations"). Before apache/incubator-kie-drools#656 it was possible a DTCellValue52 was a NUMERIC but had a valueString=="".

try {
dcv.setNumericValue( Integer.valueOf( value ) );
/**/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best to say nothing if you have nothing to say.

@Rikkola
Copy link
Member

Rikkola commented Feb 25, 2016

+1

@psiroky psiroky closed this in 9058ac8 Feb 25, 2016
manstis added a commit to manstis/drools-wb that referenced this pull request Feb 25, 2016
… Guided Decision Table

 * closes kiegroup#127

(cherry picked from commit 9058ac8)
mswiderski pushed a commit that referenced this pull request Feb 25, 2016
… Guided Decision Table

 * closes #127

(cherry picked from commit 9058ac8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants