From da67ec0f7409109b85427b8f0579dc9f5fc72ec9 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 4 Feb 2004 04:05:04 +0000 Subject: Fix for bug 220998: Allows blocks, dependson, and keywords values to be part of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko --- enter_bug.cgi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 1dd8aa96c..eedd1da7f 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -286,6 +286,10 @@ $default{'rep_platform'} = pickplatform(); $vars->{'op_sys'} = \@legal_opsys; $default{'op_sys'} = pickos(); +$vars->{'keywords'} = formvalue('keywords'); +$vars->{'dependson'} = formvalue('dependson'); +$vars->{'blocked'} = formvalue('blocked'); + # Use the version specified in the URL, if one is supplied. If not, # then use the cookie-specified value. (Posting a bug sets a cookie # for the current version.) If no URL or cookie version, the default -- cgit v1.2.3-24-g4f1b