]> source.dussan.org Git - redmine.git/commitdiff
Fixes typo in safe attributes declaration (#25724).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 6 Jun 2017 20:48:30 +0000 (20:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 6 Jun 2017 20:48:30 +0000 (20:48 +0000)
Patch by Jens Kraemer.

git-svn-id: http://svn.redmine.org/redmine/trunk@16615 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/custom_field.rb

index 72cf0ea7c680d2b0e6093323bbe84166fd88c264..ef9b371b23865ec65b1277e09e5811bfa2311f67 100644 (file)
@@ -71,7 +71,7 @@ class CustomField < ActiveRecord::Base
     'field_format',
     'possible_values',
     'regexp',
-    'min_lnegth',
+    'min_length',
     'max_length',
     'is_required',
     'is_for_all',