View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006515 | mantisbt | webpage | public | 2005-12-20 05:12 | 2008-08-12 09:36 |
Reporter | dma | Assigned To | grangeway | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Product Version | 1.0.0rc4 | ||||
Summary | 0006515: Incorrect bug counts on summary page | ||||
Description | On the summary page, in the section "By Project", the values are calculated incorrectly, if there is more than one status that is considered "open", "resolved" or "closed". (This is usually the case, in particular for "open".) Note that the section "By Project" is only displayed, if there is more than one project. | ||||
Additional Information | Suggested fix: File: summary_api.php $p_cache = Array(); $t_resolved_val = RESOLVED; while ( $row = db_fetch_array( $result ) ) { | ||||
Tags | No tags attached. | ||||
Is anyone actually looking into this issue? This is a problem for us as well and it appears that it is also associated with custom statuses which alter the code related to the RESOLVED state. In our case RESOLVED is now code 75 instead of 80 and this is affecting the By Project Summary. Thought I should add that we're on 1.1.0a2. |
|
The reported bug in 1.0.04rc4 was fixed in January 2006 - http://mantisbt.cvs.sourceforge.net/mantisbt/mantisbt/core/summary_api.php?r1=1.42&r2=1.42.6.1 Emartinho - Can you describe a bit more what your seeing and your custom statuses. From a brief review of the code, it would seem at first glance that it 'looks ok' at the moment. Paul |
|
Thank you for taking the time to report a problem with mantis. Since this problem report was originally made, a number of releases have occurred. Unfortunately you are not using the latest version and the problem might already be fixed. Please download the latest release from http://www.mantisbt.org/download.php If you are able to reproduce this bug in the current release, or have some more information on how this feature could be improved in the current release. Please either change the mantis version on this bug report Again, thank you for your bug report and your continued support. |
|