[
https://issues.apache.org/jira/browse/OFBIZ-9446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074094#comment-16074094 ]
Michael Brohl commented on OFBIZ-9446:
--------------------------------------
Ahh, now I see it: alternateViews contains view entities of type ContentAssocDataResourceViewTo.
At 420 you see:
{code:java}
alternateViews.add(0, view);
{code}
If view is of type Content instead of ContentAssocDataResourceViewTo, the following
{code:java}
alternateViews = EntityUtil.filterByDate(alternateViews, UtilDateTime.nowTimestamp(), "caFromDate", "caThruDate", true);
{code}
fails.
I will revert the commits for OFBIZ-9445 and we'll fix this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)