summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-01-21 00:29:22 +0100
committerSimon Green <sgreen@redhat.com>2014-01-21 00:29:22 +0100
commit91ae795be29e4ab48da994e1e33c21b2d3c524b5 (patch)
treea4fbe352c10b0814211f0c1aee79943a100f5598 /enter_bug.cgi
parente02e3bc792293af9460da9c9d6b9185b94c5307f (diff)
downloadbugzilla-91ae795be29e4ab48da994e1e33c21b2d3c524b5.tar.gz
bugzilla-91ae795be29e4ab48da994e1e33c21b2d3c524b5.tar.xz
Bug 913364 - Reuse preset values when navigation through enter_bug.cgi
r=glob, a=glob
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi4
1 files changed, 0 insertions, 4 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 1769b464c..617fdde67 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -75,8 +75,6 @@ if ($product_name eq '') {
$vars->{'classifications'} = [map {$_->{'object'}} @classifications];
$vars->{'target'} = "enter_bug.cgi";
- $vars->{'format'} = $cgi->param('format');
- $vars->{'cloned_bug_id'} = $cgi->param('cloned_bug_id');
print $cgi->header();
$template->process("global/choose-classification.html.tmpl", $vars)
@@ -107,8 +105,6 @@ if ($product_name eq '') {
elsif (scalar(@enterable_products) > 1) {
$vars->{'classifications'} = \@classifications;
$vars->{'target'} = "enter_bug.cgi";
- $vars->{'format'} = $cgi->param('format');
- $vars->{'cloned_bug_id'} = $cgi->param('cloned_bug_id');
print $cgi->header();
$template->process("global/choose-product.html.tmpl", $vars)