From 8782cbb1c99e52d25a5157b0d3b794459f2b631a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 13 Mar 2011 22:03:22 -0700 Subject: Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects r=dkl, a=mkanat --- 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 13dfe6ad9..c4bd6fef6 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -74,6 +74,8 @@ 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_UPDATES => 0; use constant SKIP_REQUESTEE_ON_ERROR => 1; -- cgit v1.2.3-24-g4f1b