diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-07 08:15:35 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-07 08:15:35 +0100 |
commit | 7e51e73ecba694b884e5fa10b17960df6fcdb347 (patch) | |
tree | c0e338f49394b9937480ecd8d2573078b9638d94 /enter_bug.cgi | |
parent | f0201a44388ad08f48861d49e96454093eb28685 (diff) | |
download | bugzilla-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-x | enter_bug.cgi | 3 |
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 ############################################################################## |