diff --git a/lib/redmine/field_format.rb b/lib/redmine/field_format.rb index 4c3dd7029..fd90b8097 100644 --- a/lib/redmine/field_format.rb +++ b/lib/redmine/field_format.rb @@ -860,7 +860,7 @@ module Redmine end end - class AttachementFormat < Base + class AttachmentFormat < Base add 'attachment' self.form_partial = 'custom_fields/formats/attachment' self.is_filter_supported = false