[jboss-jira] [JBoss JIRA] (DROOLS-1829) Guided Decision Table Editor: Individual BRL Variable Columns cannot be movable
Michael Anstis (JIRA)
issues at jboss.org
Fri Oct 27 04:35:13 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Anstis moved GUVNOR-2887 to DROOLS-1829:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1829 (was: GUVNOR-2887)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.0.0.Beta6
(was: 7.0.0.Beta6)
> Guided Decision Table Editor: Individual BRL Variable Columns cannot be movable
> -------------------------------------------------------------------------------
>
> Key: DROOLS-1829
> URL: https://issues.jboss.org/browse/DROOLS-1829
> Project: Drools
> Issue Type: Enhancement
> Components: Guided Decision Table Editor
> Affects Versions: 7.0.0.Beta6
> Reporter: Michael Anstis
>
> It is possible to drag and drop columns in a Guided Decision Table to re-order them; however it is currently impossible (and arguably should remain impossible) to re-order individual "BRL Variable Columns" because their order is determined by the underlying BRL definition, which is based on {{RuleModel}}. For example
> {code}
> Person( age == @{age} )
> Income( bonus > @{bonus} )
> {code}
> It should not be possible to re-order "age" and "bonus" since the {{IPattern}} objects would need re-ordering in the {{RuleModel}}. Obviously the scenario gets more complicated with more complex BRL definitions.
> This all said and done; when hovering over a "BRL Variable Column" header the mouse pointer still changes to a "hand" suggesting the column can be moved. The flag for "movable" columns exists at the column-level whereas it needs to be moved to the column header meta-data.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list