From ef32a98bed6dbe5a1b90963c3b2dd21efcc8f545 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 26 Mar 2012 12:12:37 +0100 Subject: Make Target Milestone field have the same maximum length as Version field. r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=448551 --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') 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; -- cgit v1.2.3-24-g4f1b