[jboss-jira] [JBoss JIRA] (DROOLS-337) Unable to set a column "ENABLED" in a spreadsheeet decision table
Michael Anstis (JIRA)
jira-events at lists.jboss.org
Tue Nov 12 10:47:05 EST 2013
[ https://issues.jboss.org/browse/DROOLS-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Anstis moved GUVNOR-2059 to DROOLS-337:
-----------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-337 (was: GUVNOR-2059)
Issue Type: Enhancement (was: Bug)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Affects Version/s: 5.5.0.Final
(was: drools-5.5.0.Final)
Fix Version/s: (was: drools-5.6.0.Final)
Steps to Reproduce: (was: 1 - In a spreadsheet decision table, add a column named "ENABLED", add a value 'X' in a row/cell below (X means a boolean value of false/no/off)
2 - Upload this excel file to guvnor
3 - Choose view source : calendars "X" is generated)
> Unable to set a column "ENABLED" in a spreadsheeet decision table
> -----------------------------------------------------------------
>
> Key: DROOLS-337
> URL: https://issues.jboss.org/browse/DROOLS-337
> Project: Drools
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Reporter: Thierry Guerin
> Priority: Minor
> Attachments: ModifiedSourcesDecisiontableParser.zip
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> In a spreadsheet decision table, we can add a new column named "ENABLED", which can be used to disable rule on that row.
> But it doesn't works : When a column ENABLED is added, it puts CALENDARS in the DRL because it is taking the "E" from ENABLED which is for the short code of CALENDARS.
> With the 3 classes below, i have found that the ENABLED attribute is not supported in spreadsheet decision table :
> org.drools.decisiontable.parser.ActionType
> org.drools.decisiontable.parser.DefaultRuleSheetListener
> org.drools.template.model.AttributedDRLElement
> The short code for CALENDARS needs to be changed (with the associated documentation) and the ENABLED attribute needs to be managed as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list