プロジェクト

全般

プロフィール

Defect #1383

完了

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

Olivier Houdas さんがほぼ9年前に追加. 8年以上前に更新.

ステータス:
終了(Closed)
優先度:
通常(Normal)
担当者:
対象バージョン:
開始日:
2015/06/23
期日:
進捗率:

100%

予定工数:

説明

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.

他の形式にエクスポート: Atom PDF