mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20894 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0037ad1afe
commit
e74cc0b923
@ -189,6 +189,7 @@ class IssuesController < ApplicationController
|
||||
begin
|
||||
saved = save_issue_with_child_records
|
||||
rescue ActiveRecord::StaleObjectError
|
||||
@issue.detach_saved_attachments
|
||||
@conflict = true
|
||||
if params[:last_journal_id]
|
||||
@conflict_journals = @issue.journals_after(params[:last_journal_id]).to_a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user