The Project value of the search form on top op my issues is lost if i'm not on the "first page".

How to repro:
0. Project selectbox has "all" selected
1. Switch to page 2
2. Select a Project like "Drupal"
3. hit the search button
4. The result is not limited to "Drupal" only and the Form value "Drupal" is change to "all"

Expected results:
1. Project field keeps "Drupal"
2. Search result is limited to "Drupal"

CommentFileSizeAuthor
#3 project_search.patch685 byteshunmonk

Comments

hunmonk’s picture

Status: Active » Closed (fixed)

tested on drupal.org, and this works just fine.

hass’s picture

Status: Closed (fixed) » Active

a new try... this problem exists and i'm able to repro this!

How to repro:
1. Open http://drupal.org/project/issues/user
2. Project selectbox has "all" selected, keep all standard and don't change anything
3. Switch to page "2" of your issues
2. Select a Project like "Drupal"
3. hit the search button
4. The result is not limited to "Drupal" only and the Form value "Drupal" is change back to "all"

hunmonk’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new685 bytes

committed the attached patch to 5.x-1.x. i'm *pretty* sure this fixes the issue -- the posted project select box data was not being properly included in the list of filters. adding it fixed the quick search. i also ran some tests on the advanced search, and it appeared to function normally.

marking to be ported. i'd like to try this fix on d.o for a bit to make sure it's right before i backport to stable versions.

hunmonk’s picture

Version: 5.x-2.x-dev » 4.7.x-2.x-dev
hunmonk’s picture

Version: 4.7.x-2.x-dev » 5.x-2.x-dev
Status: Patch (to be ported) » Fixed

fixed in 4.7.x-1.x and 4.7.x-2.x

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.