Changes between Initial Version and Version 7 of Ticket #12627
- Timestamp:
- Apr 4, 2017, 12:54:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12627
- Property Owner Colin Guthrie deleted
-
Ticket #12627 – Description
initial v7 1 1 I have created a small patch which calls the corresponding method of `TracHoursPlugin` directly to post the worked time instead of creating a comment which is to be parsed by `TracHoursByComment`. 2 2 3 This may cause hours to be counted twice if `WorkLogPlugin` is set to create comments and `TracHoursByComment` is enabled. If noted in the wiki I think this is a rather light tradeoff for being able to skip comments at all. Alternatively the comment message could be changed to "worked X hours and Y minutes" which won't be parsed by `TracHoursByComment`. 3 ~~This may cause hours to be counted twice if `WorkLogPlugin` is set to create comments and `TracHoursByComment` is enabled. If noted in the wiki I think this is a rather light tradeoff for being able to skip comments at all. Alternatively the comment message could be changed to "worked X hours and Y minutes" which won't be parsed by `TracHoursByComment`.~~ (Circumvented by changing the output format a bit if TracHours is enabled)