From a589e55a6f061ffbc223ccc99be1ff6052cf41bf Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 11 Apr 2009 23:33:24 +0000 Subject: Bug 487769: checksetup.pl can no longer create versions in TestProduct due to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander r/a=LpSolit --- Bugzilla/Constants.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 91a97b7a2..294d03491 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -79,6 +79,7 @@ use File::Basename; DEFAULT_COLUMN_LIST DEFAULT_QUERY_NAME + DEFAULT_MILESTONE QUERY_LIST LIST_OF_BUGS @@ -257,6 +258,9 @@ use constant DEFAULT_COLUMN_LIST => ( # for the default settings. use constant DEFAULT_QUERY_NAME => '(Default query)'; +# The default "defaultmilestone" created for products. +use constant DEFAULT_MILESTONE => '---'; + # The possible types for saved searches. use constant QUERY_LIST => 0; use constant LIST_OF_BUGS => 1; -- cgit v1.2.3-24-g4f1b