]
Michael Anstis moved GUVNOR-3299 to DROOLS-1902:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1902 (was: GUVNOR-3299)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Rule Editor
(was: Guided Rule Editor)
Affects Version/s: 7.1.0.Beta3
(was: 7.1.0.Beta3)
Unable to parse source with expression builder, reopens in free form
--------------------------------------------------------------------
Key: DROOLS-1902
URL:
https://issues.jboss.org/browse/DROOLS-1902
Project: Drools
Issue Type: Bug
Components: Guided Rule Editor
Affects Versions: 7.1.0.Beta3
Reporter: Jiri Locker
Assignee: Michael Anstis
Priority: Minor
Labels: 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.