View Issue Details

IDProjectCategoryView StatusLast Update
0010760mantisbtfilterspublic2009-10-07 14:20
Reportertcharron Assigned Togiallu  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc1 
Fixed in Version1.2.0rc2 
Summary0010760: Filtering on Priority doesn't work
Description

When filtering issues, attempting to filter based on Priority does not work. The resuling page isn't filtered, and the page you are presented with does not even have the priority listed as being filtered.

Steps To Reproduce

Go to www.mantisbt.org/bugs, and try to filter based on priority.

TagsNo tags attached.

Relationships

has duplicate 0010916 closeddhx Filtering on priority doesn't work 

Activities

tcharron

tcharron

2009-07-23 16:44

reporter   ~0022548

I'm not sure how to actually submit a real fix, however, the issue is in line 3658 of filter_api.php.

<select <?php echo $t_select_modifier;?> name="<?php FILTER_PROPERTY_PRIORITY_ID;?>[]">

Needs to be changed to:

<select <?php echo $t_select_modifier;?> name="<?php echo FILTER_PROPERTY_PRIORITY_ID;?>[]">

Note the 'echo' added in there. :-D

Related Changesets

MantisBT: master be8238e4

2009-07-28 10:06

giallu


Details Diff
Fix bug 10760: Filtering on Priority doesn't work Affected Issues
0010760
mod - core/filter_api.php Diff File

MantisBT: master-1.2.x e4c9e22c

2009-07-28 10:06

giallu


Details Diff
Fix bug 10760: Filtering on Priority doesn't work Affected Issues
0010760
mod - core/filter_api.php Diff File