alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
131 stars 79 forks source link

Fixes for Issue #56 - Time management graphs #57

Closed drf closed 12 years ago

drf commented 12 years ago

Those commits fix the following problems:

1 - Bug in the issuesSpentHours query - when calculating sum(i.estimated_hours), issues with parents were taken into account. 2 - Bug in retrieval of time entries - the spent_on field should be considered instead of the created_on field.

drf commented 12 years ago

Added a fix for the third bug on the version calculation, more details on the commit message. This fixes all of the issues found on issue #56.

alexmonteiro commented 12 years ago

Thanks for the fixes @drf.

drf commented 12 years ago

No prob, and thank you for your work on this plugin - it is now a must in all of my redmine installations :)