]
Toni Rikkola updated DROOLS-1902:
---------------------------------
Tester: Jozef Marko
Unable to parse source with expression builder, reopens in free form
--------------------------------------------------------------------
Key: DROOLS-1902
URL:
https://issues.redhat.com/browse/DROOLS-1902
Project: Drools
Issue Type: Bug
Components: Guided Rule Editor
Affects Versions: 7.1.0.Beta3
Reporter: Jiří Locker
Assignee: Toni Rikkola
Priority: Minor
Labels: drools-tools, reported-by-qe
Classical reopen issue. I build a rule using the guided elements. It's saved in DRL
source and when I reopen the rule, the DRL element cannot be parsed and so it falls back
to free form.
In this case the DRL element looks like:
{noformat}
$dayOffRequest : DayOffRequest( )
ShiftAssignment( employee == $dayOffRequest.employee ,
shift.timeslot.startTime.toLocalDate() == $dayOffRequest.date )
{noformat}
Expected result: When reopened, the element above should be presented in expression
editor.