summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2012-03-26 13:12:37 +0200
committerGervase Markham <gerv@mozilla.org>2012-03-26 13:12:37 +0200
commitef32a98bed6dbe5a1b90963c3b2dd21efcc8f545 (patch)
treed973807a54cc8c11e189965cd9bfd97e96d757ce /Bugzilla/Constants.pm
parentceb57bc769eeda8520c9daca5796a51718284e71 (diff)
downloadbugzilla-ef32a98bed6dbe5a1b90963c3b2dd21efcc8f545.tar.gz
bugzilla-ef32a98bed6dbe5a1b90963c3b2dd21efcc8f545.tar.xz
Make Target Milestone field have the same maximum length as Version field. r,a=LpSolit.
https://bugzilla.mozilla.org/show_bug.cgi?id=448551
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 6ce19ad3c..279405c74 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -524,7 +524,7 @@ use constant MAX_CLASSIFICATION_SIZE => 64;
use constant MAX_PRODUCT_SIZE => 64;
# The longest milestone name allowed.
-use constant MAX_MILESTONE_SIZE => 20;
+use constant MAX_MILESTONE_SIZE => 64;
# The longest component name allowed.
use constant MAX_COMPONENT_SIZE => 64;