From ef4cce63068b0f44c63b3ab4cb46f75502240259 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 4 Feb 2004 23:23:39 +0000 Subject: Patch for bug 194472; link to the product's component editor when displaying error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave. --- enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index eedd1da7f..e55ccc58c 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -238,7 +238,7 @@ if (lsearch(\@::enterable_products, $product) == -1) { my $product_id = get_product_id($product); if (0 == @{$::components{$product}}) { - ThrowUserError("no_components"); + ThrowUserError("no_components", {product => $product}); } elsif (1 == @{$::components{$product}}) { # Only one component; just pick it. -- cgit v1.2.3-24-g4f1b