From ee0e821cc4442e3f88d29a40e88745526a99c136 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 6 Jun 2017 20:48:30 +0000 Subject: [PATCH] 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 --- app/models/custom_field.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5