]
Michael Anstis commented on DROOLS-2395:
----------------------------------------
Hi [~jomarko] thanks for the review.
I'll make the behaviour consistent (allow empty {{String}} for now.. until V&V
detects invalid values and we highlight the cells).
As for the "header" cell selection; can you please raise a new JIRA
(enhancement). The grid widget does not support rendering selected "headers"
only selected "cells" (in the body of the table). A Decision Table
{{InputClause}} column title is an example of a "header"; whereas the
{{ContextEntry}} name is a "cell" (in the body of the {{Context}} grid).
Thanks.
[DMN Designer] Invocation parameter and table output are not paired
correctly
-----------------------------------------------------------------------------
Key: DROOLS-2395
URL:
https://issues.jboss.org/browse/DROOLS-2395
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.7.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16
12-51-14.png, Screenshot from 2018-03-16 12-51-22.png, Screenshot from 2018-03-20
08-59-39.png, Screenshot from 2018-03-20 09-20-04.png
Invocation parameter is not updated if user updates output of the decision table output.
h2. Acceptance criteria
# Check invocation parameter and decision table output are paired (x)
## inv. parameter -> table (single) output
## table (single) output -> inv. parameter
## inv. parameter -> table (multi) output
## table (multi) output -> inv. parameter
# Check context entry and decision table output are paired (x)
## context entry -> table (single) output
## table (single) output -> context entry
## context entry -> table (multi) output
## table (multi) output -> context entry.