[
https://issues.redhat.com/browse/DROOLS-4968?page=com.atlassian.jira.plug...
]
Daniel José dos Santos moved RHPAM-2652 to DROOLS-4968:
-------------------------------------------------------
Project: Drools (was: Red Hat Process Automation Manager)
Key: DROOLS-4968 (was: RHPAM-2652)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: Guided Decision Table Editor
(was: Business Central)
Affects Version/s: 7.31.0.Final
(was: 7.5.1.GA)
QE Status: NEW
Guided Rule Editor removes matches statement from rule
------------------------------------------------------
Key: DROOLS-4968
URL:
https://issues.redhat.com/browse/DROOLS-4968
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Affects Versions: 7.31.0.Final
Reporter: Daniel José dos Santos
Assignee: Daniel José dos Santos
Priority: Major
Labels: drools-tools, support
A rdrl file containing the following constraint is changed after being opened with the
Guided Rule Editor in business central:
* before:
{code}
FactA(type == "A", (symbol != null && matches "P.*") ||
(symbol != null && matches "p.*") )
{code}
* after:
{code}
FactA(type == "A", (symbol != null && ) || (symbol != null && )
)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)