Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -107,7 +107,7 @@ module Redmine
|
|||
end
|
||||
next unless a
|
||||
a.description = attachment['description'].to_s.strip
|
||||
if a.new_record?
|
||||
if a.new_record? || a.invalid?
|
||||
unsaved_attachments << a
|
||||
else
|
||||
saved_attachments << a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue