| Anonymous | Login | Signup for a new account | 2013-06-18 03:18 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0006634 | mantisbt | filters | public | 2006-01-25 09:13 | 2006-02-04 05:44 | ||||
| Reporter | visiware | ||||||||
| Assigned To | vboctor | ||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.0.0rc5 | ||||||||
| Target Version | Fixed in Version | 1.0.0 | |||||||
| Summary | 0006634: Filter does not work with profiles | ||||||||
| Description | in 1.0.0rc5 Filter does has no effects with profiles | ||||||||
| Steps To Reproduce | on 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 | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
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. |
|
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 |