Defect #6987 ยป redmine-1.1-fix-missing-template-wiki-update-erb.patch
app/controllers/wiki_controller.rb 2011-03-01 11:44:55.288348000 +0200 | ||
---|---|---|
132 | 132 |
rescue ActiveRecord::StaleObjectError |
133 | 133 |
# Optimistic locking exception |
134 | 134 |
flash[:error] = l(:notice_locking_conflict) |
135 |
render :action => 'edit' |
|
135 | 136 |
end |
136 | 137 | |
137 | 138 |
# rename a page |