Project

General

Profile

Actions

Defect #12610

closed

sub tasks sent time is not counted on the issues list

Added by Daniel Charczyński over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

When there is task A with two subtasks A1 and A2
We spent 2 hours on A1, 3 on A2 and show ussues list we won't see that we spent 5 hours on task A

The problem is that spent time is not counted from subtasks.

class query.rb line 406
changing
@available_columns.insert index, QueryColumn.new(:spent_hours,
to
@available_columns.insert index, QueryColumn.new(:total_spent_hours
slove the problem

I'd like to mention that when we edit task A spent time is counted correctly


Related issues

Is duplicate of Redmine - Feature #11253: Total time spent from subtasks on the issue listClosedJean-Philippe Lang

Actions
Actions #1

Updated by Jean-Philippe Lang over 11 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate
Actions

Also available in: Atom PDF