MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006634mantisbtfilterspublic2006-01-25 09:132006-02-04 05:44
Reportervisiware 
Assigned Tovboctor 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.0.0rc5 
Target VersionFixed in Version1.0.0 
Summary0006634: Filter does not work with profiles
Descriptionin 1.0.0rc5 Filter does has no effects with profiles
Steps To Reproduceon this mantis (bugs.mantisbt.org)
in View Issues,
in the filter area,
note the number of issues
choose a profil ( x86 Windows 2000 for example)
apply filter
the filter has no effect, there are still the same number of displayed issues
this bug was not present in 1.0.0rc4
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (0012034)
vboctor (administrator)
2006-01-28 07:31

The following change seems to fix it:

core/filter_api.php line 481:

current: if ( ( META_FILTER_ANY == $t_filter_member ) || ( is_numeric( $t_filter_member ) ) ) {

fixed: if ( ( META_FILTER_ANY == $t_filter_member ) || ( !is_numeric( $t_filter_member ) ) ) {

added ! before is_numeric.
User avatar (0012036)
vboctor (administrator)
2006-01-28 08:53

The right fix is:

if ( ( META_FILTER_ANY == $t_filter_member ) && ( is_numeric( $t_filter_member ) ) ) {

- Issue History
Date Modified Username Field Change
2006-01-25 09:13 visiware New Issue
2006-01-28 06:19 vboctor Status new => confirmed
2006-01-28 07:29 vboctor Assigned To => vboctor
2006-01-28 07:31 vboctor Note Added: 0012034
2006-01-28 08:53 vboctor Note Added: 0012036
2006-01-28 08:55 vboctor Status confirmed => resolved
2006-01-28 08:55 vboctor Fixed in Version => 1.0.0rc6
2006-01-28 08:55 vboctor Resolution open => fixed
2006-02-04 05:44 vboctor Status resolved => closed


MantisBT 1.2.16dev master-1.2.x-05091f5 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0638 seconds.
memory usage: 2,790 KB
Powered by Mantis Bugtracker