View Issue Details

IDProjectCategoryView StatusLast Update
0013133mantisbttime trackingpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.5 
Target Version1.2.6Fixed in Version1.2.6 
Summary0013133: Time tracking shows entries for users without actual time spent
Description

The SQL in bugnote_stats_get_events_array function is missing the where clause that excludes bugnote records having a time spent of 0 (this clause is present in the similar SQL used in bugnote_stats_get_project_array).

As a result, the time tracking information displayed on the View Issue Details page, has lines for every user which added notes to the issue (e.g. including Reporters)

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dregad

dregad

2011-07-13 11:54

developer   ~0029161

Patch committed

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036455

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x ea0f1fb5

2011-07-07 07:39

Damien Regad


Details Diff
Fix 0013133: Time tracking shows entries for users without actual time spent

Modified the SQL used in the function, to filter out bugnote records having
time_tracking = 0. This makes the returned data set consistent with the one
produced by a similar query used in function bugnote_stats_get_project_array,
and bugnote_stats_get_events_array no longer returns records without time
tracking
Affected Issues
0013133
mod - core/bugnote_api.php Diff File

MantisBT: master b2586c90

2011-07-07 07:39

Damien Regad


Details Diff
Fix 0013133: Time tracking shows entries for users without actual time spent

Modified the SQL used in the function, to filter out bugnote records having
time_tracking = 0. This makes the returned data set consistent with the one
produced by a similar query used in function bugnote_stats_get_project_array,
and bugnote_stats_get_events_array no longer returns records without time
tracking
Affected Issues
0013133
mod - core/bugnote_api.php Diff File