[
https://issues.jboss.org/browse/DROOLS-4186?page=com.atlassian.jira.plugi...
]
Toni Rikkola moved RHDM-987 to DROOLS-4186:
-------------------------------------------
Project: Drools (was: Red Hat Decision Manager)
Key: DROOLS-4186 (was: RHDM-987)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: Guided Template Editor
(was: Decision Central)
Affects Version/s: (was: 7.3.0.GA)
(was: 7.3.1.GA)
QE Status: NEW
Guided Rules does not output parenthesis in DRL
-----------------------------------------------
Key: DROOLS-4186
URL:
https://issues.jboss.org/browse/DROOLS-4186
Project: Drools
Issue Type: Bug
Components: Guided Template Editor
Environment: RHDM 7.3
Reporter: Karina Varela
Assignee: Toni Rikkola
Priority: Major
Labels: drools-tools, guided_rule_editor
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior
only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)