course_group
sw 11 years ago
parent d2f4b38eb6
commit ed7dac6126

@ -145,7 +145,7 @@ module Redmine
set_attachment_public(a) if a
next unless a
a.description = attachment['description'].to_s.strip
a.attachtype = @curattachment_type;
a.attachtype = @curattachment_type
if a.new_record?
unsaved_attachments << a
else

Loading…
Cancel
Save