if you're viewing the issues related to a project at say /project/issues/[project name] "all" is a valid selection but it won't display issues for all projects, it just displays the projects for the current project.

It is possible to select another project from that page though.

If you start viewing the issues at /project/issues then select a project, from there you can select "all" to return to viewing issues for all projects.

Comments

fgm’s picture

Confirmed with latest CVS version (project 1.238):

  • go to project/issues/
  • select "all" in the project list
  • click "search"
  • the list being displayed remains the one for the current project
fgm’s picture

Confirmed with latest CVS version (project 1.238):

  • go to project/issues/<pid>
  • select "all" in the project list
  • click "search"
  • the list being displayed remains the one for the current project

(typo: hard to know with preview not working)

dww’s picture

Title: can't select all projects » issue query table: can't select all projects

(typo: hard to know with preview not working)

please test and review #29105. ;)

but yes, this is broken. this is duplicate with #59405. i just marked that one as duplicate so we should move further discussion and efforts for patches here.

thanks,
-derek

dww’s picture

Assigned: Unassigned » dww

i have intuition about this bug, but no time to track it all the way down and supply a patch just yet. i bet the problem comes from the fact that the URL you're using still has a given project's node-id in it, even when you're trying to change your view of projects with the drop-down form. for example, if you goto:

http://drupal.org/project/issues/acidfree

you'll see the bug, and can't select [all] as an option for which projects to view. however, if you goto:

http://drupal.org/project/issues/

then the [all] option works just fine.

knowing this, i don't think it'll be too hard to fix this. i think there are just a few places in the code where we're careless about checking if the project id is in our URL, and if so, ignoring what's in the query. i'll make a patch when i get the chance, probably tuesday.

dww’s picture

Assigned: dww » Unassigned
Status: Active » Closed (duplicate)

this bug (and other variations on it) are being resolved via http://drupal.org/node/69626. even though that's a newer issue, there are patches in there and a lot more wisdom about what's going wrong. plus, the formatting of this issue is all busted from an unclosed tag somewhere. ;) so, i'm just going to mark this as the duplicate and close it.