From e010fd6aedad4b5121a6fd25d0708f3efddcfe72 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 25 Aug 2006 04:20:09 +0000 Subject: Bug 274802: Save flags having the same name on product change - Patch by Frédéric Buclin a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 97e6042be..65606e3f6 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -1748,7 +1748,7 @@ sub _validate_attribute { my @valid_attributes = ( # Miscellaneous properties and methods. - qw(error groups + qw(error groups product_id component_id longdescs milestoneurl attachments isopened isunconfirmed flag_types num_attachment_flag_types -- cgit v1.2.3-24-g4f1b