Actions
Defect #1383
closedStatus is not updated if changed, even when there is a time entered
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.
Updated by Tomohisa Kusukawa over 9 years ago
- Status changed from 新規(New) to 解決(Resolved)
- % Done changed from 0 to 100
更新履歴 commit:7dac350f1249 で適用されました。
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