View Issue Details

IDProjectCategoryView StatusLast Update
0009060mantisbtbugtrackerpublic2013-08-30 02:55
ReporterBovenH Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.1 
Fixed in Version1.2.0a2 
Summary0009060: “Open and assigned to me:” and “Open and reported by me:” links on the “Main” page are incorrect.
Description

If a different value is configured for: $g_bug_resolved_status_threshold (default = RESOLVED) then links on the “Main” page do not result is overview of Resolved issues.

In File: main_page.php on lines:

echo '<a class="subtle" href="view_all_set.php?type=1&handler_id=' . auth_get_current_user_id() . '&hide_status=' . RESOLVED . '">' . current_user_get_assigned_open_bug_count() . '</a>';

echo '<a class="subtle" href="view_all_set.php?type=1&reporter_id=' . auth_get_current_user_id() . '&hide_status=' . RESOLVED . '">' . current_user_get_reported_open_bug_count() . '</a>';

replace “RESOLVED” with “config_get( 'bug_resolved_status_threshold' )”

TagsNo tags attached.

Relationships

has duplicate 0016339 closedatrol Main>click on Open and assigned to me>the page turns to is wrong 

Activities

grangeway

grangeway

2008-07-30 19:34

reporter   ~0018939

Hello

Thank you for taking the time to report a problem with mantis.

A Possible Fix for this issue has been commited to SVN, for inclusion in the 1.2.0a2 release due within the next few weeks.

If you are able to reproduce this bug in the 1.2.0a2 release, or SVN trunk code, Please change the status back to "Open", or open a new issue report with more information.

Again, thank you for your continued support and report.