Project

General

Profile

Actions

Defect #9090

open

Issue view does not show spent time if hours are zero

Added by Bo Hansen over 12 years ago. Updated almost 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Time tracking
Target version:
-
Start date:
2011-08-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

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

Has duplicate Redmine - Feature #26357: Checking time tracking even if no hour spentClosed

Actions
Actions #1

Updated by Marius BĂLTEANU almost 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.

Actions #2

Updated by Go MAEDA almost 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.

Actions #3

Updated by Jean-Philippe Lang almost 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.

Actions #4

Updated by Mischa The Evil over 6 years ago

  • Has duplicate Feature #26357: Checking time tracking even if no hour spent added
Actions

Also available in: Atom PDF