#3403 closed defect (worksforme)
Stop not updating total hours
Reported by: | anonymous | Owned by: | Colin Guthrie |
---|---|---|---|
Priority: | highest | Component: | WorkLogPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Stop doesn't update total hours on ticket.
Worklogplugin 0.1 Timingandestimationplugin 0.6.7 Trac 0.11 Windows :( installation with Python 2.5
The work log shows the time. I can see in the work_log table stop start times are correct. The ticket_custom totalhours never gets updated.
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
This is a problem with our installation as well.
worklog-0.1-py2.3.egg
timingandestimationplugin-0.6.7-py2.3.egg
python 2.3
mod_python
comment:3 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
After a look at source:worklogplugin/0.11/worklog/manager.py I noticed there is a config value that needs to be set to enable this feature.
[worklog] timingandestimation = true
I have updated the WorkLogPlugin page regarding this.
comment:4 Changed 16 years ago by
Sorry, I didn't see this ticket when it was opened. Thanks for updating the docs... the pages (and indeed the plugin) is in need of a bit of TLC and I'll be getting around to both hopefully very soon :)
Wrote a trigger on the database to handle this in the interim.