[ https://issues.apache.org/jira/browse/OFBIZ-6632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Brohl closed OFBIZ-6632. -------------------------------- Resolution: Fixed Fix Version/s: Release Branch 14.12 Upcoming Branch This is fixed in trunk r1704043 release branch 14.12 r1704044 Thanks Vyom and Martin! > Incorrect comparison in TemporalExpressionWorker.java > ----------------------------------------------------- > > Key: OFBIZ-6632 > URL: https://issues.apache.org/jira/browse/OFBIZ-6632 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Branch 14.12, Upcoming Branch > Reporter: Vyom Jain > Assignee: Michael Brohl > Fix For: Upcoming Branch, Release Branch 14.12 > > Attachments: OFBIZ-6632-Fixed-exprAssocType-values.patch > > > Line 128 in TemporalExpressionWorker.java does incorrect comparison > {code} > if ("SUBSTITUTION".equals(childExpression.get("exprAssocType"))) { > {code} should be > {code} > if ("SUBSTITUTE".equals(childExpression.get("exprAssocType"))) { > {code} > Also documentation of field exprAssocType in entity definition of > TemporalExpressionAssoc needs to be fixed. INCLUDED & EXCLUDED should be > INCLUDE & EXCLUDE respectively. -- This message was sent by Atlassian JIRA (v6.3.4#6332)