Closed (won't fix)
Project:
Date
Version:
6.x-2.6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2010 at 09:55 UTC
Updated:
22 Oct 2018 at 19:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachThe problem seems to be in the newly added
date_api_argument_handler::set_relationship()method which adds the needed tables to the query table queue without checking if they are already there.The attached patch fixes the reported issue, I ain't sure some more check is needed to make everything work as intended.
Comment #2
MichaelP commentedHey nice patch! Seems to fix #940268: Strange behaviour in Views using Date argument and "Node: Post Date" too.
Thanks.
Comment #3
karens commentedThis part of the code has changed and I'm not clear if this still is needed. I'm also not sure this is going to work right if there is a relationship, i.e. we need one table for the original node and another for a node provided by a relationship. In that case we *do* need another join.
Comment #4
damienmckennaUnfortunately the D6 version of this module is no longer supported, but we appreciate the time you put into this. If this problem is relevant for D7 too, please reopen the issue. Thanks.