summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-01-12 00:05:36 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-01-12 00:05:36 +0100
commitbdbf87750c1769584e3e672c9ae93c71ad3de273 (patch)
tree6c1f9a8c00fb210e02a15369479b11fea79c324c /Bugzilla/BugUrl.pm
parentfe2a998bfe82513f5ab5a8dc9d373d57c9c68ec5 (diff)
downloadbugzilla-bdbf87750c1769584e3e672c9ae93c71ad3de273.tar.gz
bugzilla-bdbf87750c1769584e3e672c9ae93c71ad3de273.tar.xz
Bug 715902: Do not log personal common activities in audit_log
r=dkl a=LpSolit
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index 7778a4d7e..1272b55fa 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -22,6 +22,10 @@ use URI::QueryParam;
use constant DB_TABLE => 'bug_see_also';
use constant NAME_FIELD => 'value';
use constant LIST_ORDER => 'id';
+# See Also is tracked in bugs_activity.
+use constant AUDIT_CREATES => 0;
+use constant AUDIT_UPDATES => 0;
+use constant AUDIT_REMOVES => 0;
use constant DB_COLUMNS => qw(
id