Project

General

Profile

Actions

Defect #1383

closed

Status is not updated if changed, even when there is a time entered

Added by Olivier Houdas almost 10 years ago. Updated almost 10 years ago.

Status:
終了(Closed)
Priority:
通常(Normal)
Target version:
Start date:
06/23/2015
Due date:
% Done:

100%

Estimated time:

Description

We're using Redmine 2.6 (and even 3.0, now) and users noticed theirs changes to the status of issues are not taken into account.

I suggest updating line 668 in work_time_controller.rb from

vals['status_id'] = $1

to
vals['status_id'] = $1.to_i

I tested on our Redmine and now it works.

Actions

Also available in: Atom PDF