Closed (fixed)
Project:
Date
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2011 at 20:52 UTC
Updated:
26 May 2012 at 05:30 UTC
Jump to comment: Most recent file
Date arguments and filters on relationships do (may?) not work. This is because of the use of queue_table instead of ensure_table. queue_table does not ensure that the path leads back to the relationship table.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | date_arg_and_relationships-1289270-6.patch | 1.93 KB | arlinsandbulte |
| #1 | fix_table_relationship_bug-1289270-1-D6.patch | 1.7 KB | pdrake |
Comments
Comment #1
pdrake commentedThanks to dereine for the solution to this problem. See attached for a patch which solves the issue by replacing the queue_table function calls with ensure_table calls.
Comment #2
dawehnerJust a little quote
Comment #3
dawehnerUpdate status
Comment #4
Encarte commentedsubscribing
Comment #5
scottrigby@dawehner I was just about to make this exact change after we saw this bug and I read that doxy comment for queue_table() =)
@pdrake++ # for making this patch 7+ months ago
This is still applicable on the 6.x-2.9, and passing testing here - marking RTBC
Comment #6
arlinsandbulte commentedLooks like the same problem might exist in 7.x-2.x.
Let's first make sure this is fixed there before applying to 6.x
ported patch attached.
Let's see what testbot thinks.
Comment #7
arlinsandbulte commentedOK, Committed to 7.x-2.x & 6.x-2.x branches:
7.x-2.x commit: http://drupalcode.org/project/date.git/commit/614b4e6
6.x-2.x commit: http://drupalcode.org/project/date.git/commit/45d7f7c
Also committed to Date 7.x-3.x sandbox:
http://drupalcode.org/sandbox/karens/1512146.git/commit/07e820a