From 6e18b637651c0e6a0f1ef2167337bfe2ceef7de9 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Fri, 6 Aug 1999 03:02:20 +0000 Subject: Add a current milestone variable and a most doomed report that's like the ones chofmann posts listing engineers with Mx bugs by number of bugs. --- defparams.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 23d7c41c6..da8cf2afa 100644 --- a/defparams.pl +++ b/defparams.pl @@ -17,6 +17,7 @@ # Netscape Communications Corporation. All Rights Reserved. # # Contributor(s): Terry Weissman +# Dawn Endico # This file defines all the parameters that we have a GUI to edit within @@ -276,6 +277,12 @@ DefParam("nummilestones", 10, \&check_numeric); +DefParam("curmilestone", + "If using Target Milestone, Which milestone are we working toward right now?", + "t", + 1, + \&check_numeric); + DefParam("useqacontact", "Do you wish to use the QA Contact field?", "b", -- cgit v1.2.3-24-g4f1b