View Issue Details

IDProjectCategoryView StatusLast Update
0007735mantisbtfilterspublic2007-08-02 02:28
Reporterstriker69 Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0a2 
Fixed in Version1.1.0a4 
Summary0007735: Filters are lost when clicking on page navigation
Description

When coming from a filter from the My View page the filter is lost when clicking on page navigation (next, 1, 2, 3, ...)

Steps To Reproduce

1- From My View, click on Resolved
2- Click on Next
3- The filter for all resolved is lost.

Additional Information

I fixed this by modifying view_all_inc.php & core/print_api.php

TagsNo tags attached.
Attached Files
Mantis-Fix-7735.zip (855 bytes)

Relationships

related to 0007205 closeddregad Filter change in view issues 

Activities

vboctor

vboctor

2007-05-09 01:32

manager   ~0014463

Is this reproducible on 1.1.0a3? I think I fixed this issue in there while doing some work on the filters.

danielm

danielm

2007-05-09 19:11

reporter   ~0014484

Last edited: 2007-05-09 19:12

Just checked this again on this version (1.1.0a3-CVS) and it is still a problem

go to view issues and choose a filter
Note number of issues
go to My View and choose one of the available filters with more than 50 issues(Unassigned works well)
Note number of issues
Choose next
Note number of issues changes and the filter seems to match the filter selected in the first step

seiji

seiji

2007-05-10 09:21

reporter   ~0014491

Last edited: 2007-07-15 13:42

This bug has reproduced on my instllation 1.1.0a3.

According to current_user_get_bug_filter,

1- From My View, click on Resolved
Filtering parameters are from mantis_tokens_table.

2- Click on Next
Filtering parameters are from mantis_filters_table.
Then the filters which are set on "My View" are lost.

grangeway

grangeway

2007-07-29 13:34

reporter   ~0015275

A fix for this has been submitted to CVS for inclusion in 1.1.0a4

Paul