View Issue Details

IDProjectCategoryView StatusLast Update
0002308mantisbtbugtrackerpublic2003-12-13 04:50
ReporterreporterAssigned Tojfitzell  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSWindows 2000 
Product Version0.17.3 
Summary0002308: 'Assigned To' filter doesn't show selected option
Description

After you select a developer from the "Assigned To:" filter on the [View Bugs] page, and click "Apply Filter", you have no visual indication (other than the changed list) of the filter's application. The program should update the pulldown menus in the filter section to indicate the current filter.

TagsNo tags attached.

Activities

reporter

reporter

2002-09-30 14:45

reporter   ~0003330

change line 384 on core_print_API.php to:

                    if ( $v_id == $p_id ) {

rather than:

                    if ( $v_id == $p_user_id ) {
jfitzell

jfitzell

2002-10-09 17:41

reporter   ~0003345

This has already been fixed in CVS