Patch #5441 » time_entry_init.diff
| app/controllers/issues_controller.rb | ||
|---|---|---|
| 427 | 427 | @priorities = IssuePriority.all | 
| 428 | 428 | @edit_allowed = User.current.allowed_to?(:edit_issues, @project) | 
| 429 | 429 | @time_entry = TimeEntry.new | 
| 430 | @time_entry.attributes = params[:time_entry] | |
| 430 | 431 |  | 
| 431 | 432 | @notes = params[:notes] | 
| 432 | 433 | @issue.init_journal(User.current, @notes) |