Defect #9090
openIssue view does not show spent time if hours are zero
0%
Description
If I add a time entry of 0 hours and nothing else has been logged on an issue spent time is shown as "Spent time: -".
It would be more natural if it showed 0 hours and had the normal link for showing logged time on the issue.
Files
Related issues
Updated by Marius BĂLTEANU over 7 years ago
Currently, you can add a spent time with 0 hours which is shown in time_entries#index, but not in the issue page (the defect reported in this ticket).
Because I don't see any real reason to allows spent time with 0 hours, I made a patch that restricts this.
Updated by Go MAEDA over 7 years ago
- Target version set to 3.4.0
The existing code source:tags/3.3.3/app/models/time_entry.rb#L120 obviously intends not to accept 0. Setting target version to 3.4.0.
Thank you for submitting the fix.
Updated by Jean-Philippe Lang over 7 years ago
- Target version deleted (
3.4.0)
Go MAEDA wrote:
The existing code source:tags/3.3.3/app/models/time_entry.rb#L120 obviously intends not to accept 0. Setting target version to 3.4.0.
No, this code intends not to accept negative values. Some people might use time entries with 0 hours for specific purpose, I'm not really in favor of removing this possibility. We need more feedback before doing this change.
Updated by Mischa The Evil over 7 years ago
- Has duplicate Feature #26357: Checking time tracking even if no hour spent added