Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0013133 | mantisbt | time tracking | public | 2011-07-08 11:02 | 2014-09-23 18:05 | 
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.5 | ||||
| Target Version | 1.2.6 | Fixed in Version | 1.2.6 | ||
| Summary | 0013133: 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)  | ||||
| Tags | No tags attached. | ||||
| 
	
	 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 | ||
					related to				
					child of				
					duplicate of