From: Jean-Philippe Lang Date: Tue, 6 Jun 2017 20:48:30 +0000 (+0000) Subject: Fixes typo in safe attributes declaration (#25724). X-Git-Tag: 3.4.0~75 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ee0e821cc4442e3f88d29a40e88745526a99c136;p=redmine.git Fixes typo in safe attributes declaration (#25724). Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16615 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb index 72cf0ea7c..ef9b371b2 100644 --- a/app/models/custom_field.rb +++ b/app/models/custom_field.rb @@ -71,7 +71,7 @@ class CustomField < ActiveRecord::Base 'field_format', 'possible_values', 'regexp', - 'min_lnegth', + 'min_length', 'max_length', 'is_required', 'is_for_all',