[
https://issues.redhat.com/browse/DROOLS-5993?page=com.atlassian.jira.plug...
]
Jozef Marko updated DROOLS-5993:
--------------------------------
Steps to Reproduce:
# Import the attached project [^MySpace_covid.zip]
# There will be decision table producing '$test.sendNotification( "you are
positive" );' snippet
# Convert the gdst to XLS
# Open the produced XLS table
Current: in XLS there is '$test.sendNotification( "you are positive" );'
snippet
Expected: in XLS there is '$test.setSendNotification( "you are positive"
);' snippet
was:
# Import the attached project [^MySpace_covid.zip]
# There will be decision table producing '$test.sendNotification( "you are
positive" );' snippet
# Convert the gdcs to XLS
# Open the produced XLS table
Current: in XLS there is '$test.sendNotification( "you are positive" );'
snippet
Expected: in XLS there is '$test.setSendNotification( "you are positive"
);' snippet
BRL call action columns with template keys are not converted
correctly
----------------------------------------------------------------------
Key: DROOLS-5993
URL:
https://issues.redhat.com/browse/DROOLS-5993
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Affects Versions: 7.50.0.Final
Reporter: Jozef Marko
Assignee: Toni Rikkola
Priority: Major
Attachments: MySpace_covid.zip, Screenshot from 2021-02-02 15-07-53.png,
Screenshot from 2021-02-02 15-08-00.png, Screenshot from 2021-02-02 15-08-13.png
This issue is related to the new feature implemented as DROOLS-5892
If the guided decision table, with BRL action call column is converted to XLS, the
conversion change the method name with *set* prefix.
Reproducer test prepared
https://github.com/kiegroup/drools-wb/pull/1460
--
This message was sent by Atlassian Jira
(v8.13.1#813001)