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 over 9 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 #1

Updated by Tomohisa Kusukawa over 9 years ago

  • Status changed from 新規(New) to 解決(Resolved)
  • % Done changed from 0 to 100

更新履歴 commit:7dac350f1249 で適用されました。

Actions #2

Updated by Tomohisa Kusukawa over 9 years ago

  • Status changed from 解決(Resolved) to 終了(Closed)
  • Assignee changed from Tomohisa Kusukawa to Olivier Houdas

Thank you so much.
I commited at commit:7dac350f1249.

Actions

Also available in: Atom PDF