]
Jozef Marko commented on DROOLS-5994:
-------------------------------------
Agreed to be fixed as part of DROOLS-5892
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, Screenshot from 2021-02-02 15-36-51.png,
Screenshot from 2021-02-02 15-37-24.png, Screenshot from 2021-02-02 15-37-32.png
This issue is related to the new feature implemented as DROOLS-5892
If user removes one of action call in BRL action column, the produced DRL is updated
incorrectly.
The produced DRL before table update
!Screenshot from 2021-02-02 15-36-51.png|thumbnail!
The grid after table update
!Screenshot from 2021-02-02 15-37-24.png|thumbnail!
The DRL after table update
!Screenshot from 2021-02-02 15-37-32.png|thumbnail!
There should be snippet below, also after table update
{code}
test.alarm("alarm, alarm!")
{code}