mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-03 23:53:23 +00:00
fix source indent of IssuesController#destroy
git-svn-id: http://svn.redmine.org/redmine/trunk@19916 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
151d0703f9
commit
69e0e04676
@ -422,7 +422,7 @@ class IssuesController < ApplicationController
|
||||
flash.now[:error] = l(:field_issue) + " " + ::I18n.t('activerecord.errors.messages.blank')
|
||||
return
|
||||
else
|
||||
time_entries.update_all(:issue_id => nil)
|
||||
time_entries.update_all(:issue_id => nil)
|
||||
end
|
||||
when 'reassign'
|
||||
reassign_to = @project && @project.issues.find_by_id(params[:reassign_to_id])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user