1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-04 22:59:47 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2017-06-06 20:48:30 +00:00
parent 0fbfcfafe9
commit ee0e821cc4

View 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',