[JBoss JIRA] (DROOLS-2657) [DMN Designer] Select Box for Decision Table input columns
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-2657?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-2657:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Select Box for Decision Table input columns
> ----------------------------------------------------------
>
> Key: DROOLS-2657
> URL: https://issues.redhat.com/browse/DROOLS-2657
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.8.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
>
> Currently the decision table input columns can be named with any name. However their names should correspond to InputData elements in the DRG, thus we should provide select box for each decision table input column, where user would select corresponding InputData element for the given decision table input column.
> h3. Acceptance test
> # Sorting in select box
> # Rename InputData, change reflected in select box
> # Same InputData connected to multiple nodes, appropriate select boxes contain the value
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (DROOLS-3275) [DMN Designer] Layout of new nodes on DRD should be vertical
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3275?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3275:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Layout of new nodes on DRD should be vertical
> ------------------------------------------------------------
>
> Key: DROOLS-3275
> URL: https://issues.redhat.com/browse/DROOLS-3275
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Michael Anstis
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
>
> Requested by [~tirelli]:
> {quote}
> On the DRD, when I select a node and click to create another node, it is usually created on the right side, but typical DMN diagrams are top-down. Can we change the behaviour to create nodes above/below instead?
> {quote}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (DROOLS-3442) Rename the "Name" label in DMN Definition properties panel
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3442?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3442:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> Rename the "Name" label in DMN Definition properties panel
> ----------------------------------------------------------
>
> Key: DROOLS-3442
> URL: https://issues.redhat.com/browse/DROOLS-3442
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: UX, UXTeam, drools-tools
>
> The field "Name" refers to name for the DMN model, rather than the file. The generic label "Name" might mislead users to believe that they are renaming the file name, when they are not. To clarify the purpose of this field, consider providing a more accurate field label - for example: "Model name" or etc.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (DROOLS-3317) Guided Decision Tables: Insert in RHS not creating valid code for boolean fields.
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3317?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3317:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> Guided Decision Tables: Insert in RHS not creating valid code for boolean fields.
> ---------------------------------------------------------------------------------
>
> Key: DROOLS-3317
> URL: https://issues.redhat.com/browse/DROOLS-3317
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 7.15.0.Final
> Reporter: Toni Rikkola
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Insert a fact with a boolean field in dtable RHS.
> The DRL generated looks like this:
> {code:java}
> rule "Row 3 The Table"
> dialect "mvel"
> when
> s : Source( age >= 18 , kitten == "Dog" )
> then
> s.setRisk( "ok" );
> DroolsUtil fact0 = new DroolsUtil();
> fact0.setARuleFired( true );
> insert( fact0 );
> end
> {code}
> The line
> {code:java}
> fact0.setARuleFired( true );
> {code}
> does not compile. It should be ( for example ):
> {code:java}
> fact0.aRuleFired = true;
> {code}
> The above is done by inserting the fact with BRL action, but the same error bothers the "Set the value of field" option.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months