Closed (outdated)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Issues
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2011 at 10:41 UTC
Updated:
25 Sep 2020 at 15:34 UTC
Jump to comment: Most recent
Comments
Comment #1
avpadernoI can confirm the issue, which is not present when you filter the issues to show only 6.x-dev issues.
Comment #2
avpadernoThis actually doesn't happen with other modules (e.g., Book access) that have issues for 6.x and 7.x branches.
Comment #4
sreynen commentedI can confirm the link is still showing the wrong issues. I believe this is a project.module issue, so moving it there.
Comment #5
dwwAt first I thought this might have been corrupted data on d.o (since all this series stuff is based on release nodes and taxonomy values and such, not just string matching version strings). But upon a closer inspection, the problem is that the views handler providing this filter isn't paying attention to node revisions. Since the site_verify 7.x-1.x-dev release node was once tagged for 6.x (back before the Git migration), the query from the filter is getting confused. The bug is in project_issue/views/handlers/project_issue_handler_filter_issue_version.inc:
The last WHERE clause needs to be effectively
AND tn.vid IN ($node_vid_placeholders)with the corresponding change to where we're now initializing$nid_placeholdersto actually give us$node_vid_placeholders.Anyone feel like turning this into a patch?
Comment #6
avpadernoI am closing this issue, which is for a not supported Drupal version.