Patch #3264 ยป patch.diff
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 |