From bcab6fcb10aa88683490bef03c607173f9c0b063 Mon Sep 17 00:00:00 2001 From: Kent Rogers Date: Mon, 5 Jul 2010 14:49:52 -0700 Subject: Bug 514618: Allow restricting the visibility and values of fields by classification. r=mkanat, r=timello, a=mkanat --- enter_bug.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 4aa6a29d9..64b239628 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -416,7 +416,8 @@ foreach my $field (@enter_bug_fields) { } # This allows the Field visibility and value controls to work with the -# Product field as a parent. +# Classification and Product fields as a parent. +$default{'classification'} = $product->classification->name; $default{'product'} = $product->name; if ($cloned_bug_id) { -- cgit v1.2.3-24-g4f1b