From 7e51e73ecba694b884e5fa10b17960df6fcdb347 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 7 Mar 2013 15:15:35 +0800 Subject: Bug 848626: Versions listed on bug creation are in random order --- enter_bug.cgi | 3 --- 1 file changed, 3 deletions(-) (limited to 'enter_bug.cgi') 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 ############################################################################## -- cgit v1.2.3-24-g4f1b