bug in org.ofbiz.workflow.WfApplicationServices:getApplicationSignatures

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

bug in org.ofbiz.workflow.WfApplicationServices:getApplicationSignatures

Adam Heath-2
This method creates a List of Maps.  It then passes that list straight
into the delegator.  The delegator then creates an EntityConditionList,
with an operator of AND.  This join operator expects the list to be of
EntityCondition, not map.

How long has it been since this code has been used?