Time tracker entries on certain nodes appear with wrong values in Views
I did not found any hints about what can trigger this very strange behaviour
- The value appears multiply by an integer factor (I got x2 and x10 to date)
- The problem appears in the time_tracker_report views as provided : the sum of all entries at the bottom of the detailed list is wrong
- the problem does not show up in another Views Calc Table I set using GroupBy Field : the sum of the consolided entries per node I created is OK
- The time_tracker_entry table in the database is OK
I can solve the problem by cloning the node and recreating the entries.
Another way of explaining what I observe:
It looks like Time tracker attached an integer to the node, defaulting to 1 and then uses it for multiplying the duration value when exposing the duration field in Views. The original value is correctly passed programmatically.
Comments
Comment #1
drclaw commentedThis is a tricky one to help you out with... I've never seen this bug before to be honest... I think maybe some screenshots would be a good place to start? Try upgrading to the most recent dev version of time tracker and let me know if you're still seeing this problem...
Comment #2
chertzogClosing all 6.x issues. Re-open if still an issue in 7.x