[
https://issues.redhat.com/browse/DROOLS-5994?page=com.atlassian.jira.plug...
]
Jozef Marko updated DROOLS-5994:
--------------------------------
Steps to Reproduce:
# Import the attached project [^MySpace_covid.zip]
# There will be decision table with BRL action column, calling two actions
# Edit the BRL action column
# Remove 'sendNotification' from its definition
Current: in the produced DRL, correct call will remain - 'alarm' - however with
passed value originally set for 'sendNotification' column
Expected: 'alarm' si called with same argument as before
'sendNotification' deletion
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 actions with template keys is modified inappropriately
---------------------------------------------------------------
Key: DROOLS-5994
URL:
https://issues.redhat.com/browse/DROOLS-5994
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
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)