Bug 68921 - Increase field value length to 255

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@939 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-09-29 16:45:00 +00:00
parent 4365ed108d
commit 463136a1b4
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ use constant MAX_MILESTONE_SIZE => 20;
use constant MAX_COMPONENT_SIZE => 64;
# The maximum length for values of <select> fields.
use constant MAX_FIELD_VALUE_SIZE => 64;
use constant MAX_FIELD_VALUE_SIZE => 255;
# Maximum length allowed for free text fields.
use constant MAX_FREETEXT_LENGTH => 255;