summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-07 08:15:35 +0100
committerByron Jones <bjones@mozilla.com>2013-03-07 08:15:35 +0100
commit7e51e73ecba694b884e5fa10b17960df6fcdb347 (patch)
treec0e338f49394b9937480ecd8d2573078b9638d94 /enter_bug.cgi
parentf0201a44388ad08f48861d49e96454093eb28685 (diff)
downloadbugzilla-7e51e73ecba694b884e5fa10b17960df6fcdb347.tar.gz
bugzilla-7e51e73ecba694b884e5fa10b17960df6fcdb347.tar.xz
Bug 848626: Versions listed on bug creation are in random order
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 2ee23897b..55547b15c 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -177,9 +177,6 @@ if ($product_name eq '') {
# to enter a bug against this product.
$product = $user->can_enter_product($product || $product_name, THROW_ERROR);
-# Preloading certain attributes such as components/versions/milestones/flags
-Bugzilla::Product::preload([ $product ], 1, { is_active => 1 });
-
##############################################################################
# Useful Subroutines
##############################################################################