View Issue Details

IDProjectCategoryView StatusLast Update
0006431mantisbtfilterspublic2011-09-07 16:26
Reporterbifit Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.0.0rc2 
Summary0006431: Filters are not saved when switching between project
Description

Filters are not saved when switching between project

TagsNo tags attached.

Relationships

child of 0005460 closedvboctor Critical Issues to Fix for Mantis 1.0.0 Release 

Activities

bifit

bifit

2005-11-23 10:35

reporter   ~0011647

Last edited: 2005-11-23 10:45

This is a regression bug.
The 0.19 version was not broken.
Bug, IMHO, is due to the incorrect construction of redirect URL in set_project.php.

Concerned code in 0.19 set_project.php, line 52:
$t_redirect_url = 'view_all_set.php?type=3&source_query_id=' . $t_source_filter_id;

In 1.0.0rc2 set_project.php, line 59:
$t_redirect_url = 'view_all_set.php?type=3&source_query_id=' . $t_source_filter_id;

Note the erroneous "&" in 1.0.0rc2, should be "&", instead.

stevemagruder

stevemagruder

2005-12-09 00:56

reporter   ~0011754

I've run into this problem as well, and I've just verified that the supplied fix by bifit works. Thanks! This bug was bugging me. :)

atrol

atrol

2011-08-14 10:48

developer   ~0029476

bifit, this issue is not reproducible with current version of MantisBT.
Feel free to reopen the issue if there are still problems after upgrading.