Project

General

Profile

Patch #3264 ยป patch.diff

Brad Beattie, 2009-04-29 20:27

View differences:

app/controllers/issues_controller.rb (working copy)
211 211
  rescue ActiveRecord::StaleObjectError
212 212
    # Optimistic locking exception
213 213
    flash.now[:error] = l(:notice_locking_conflict)
214
  rescue Exception => e
215
    flash[:error] = e.message
216
    redirect_to(params[:back_to] || {:action => 'show', :id => @issue})
214 217
  end
215 218

  
216 219
  def reply
    (1-1/1)