From bdbf87750c1769584e3e672c9ae93c71ad3de273 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 12 Jan 2012 00:05:36 +0100 Subject: Bug 715902: Do not log personal common activities in audit_log r=dkl a=LpSolit --- Bugzilla/Flag.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Flag.pm') diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index ba2c840cc..0ea49a4b7 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -59,7 +59,9 @@ use base qw(Bugzilla::Object Exporter); use constant DB_TABLE => 'flags'; use constant LIST_ORDER => 'id'; # Flags are tracked in bugs_activity. +use constant AUDIT_CREATES => 0; use constant AUDIT_UPDATES => 0; +use constant AUDIT_REMOVES => 0; use constant SKIP_REQUESTEE_ON_ERROR => 1; -- cgit v1.2.3-24-g4f1b