Login  Register

bug in org.ofbiz.workflow.WfApplicationServices:getApplicationSignatures

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

bug in org.ofbiz.workflow.WfApplicationServices:getApplicationSignatures

Adam Heath-2
1963 posts
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?