summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-06-14 23:35:54 +0200
committerlpsolit%gmail.com <>2007-06-14 23:35:54 +0200
commit8cb6f0fa771a8c3c2374c8b2fcb7d4f2e5048ed5 (patch)
treea85a174885a94dbbb892e135120b0d20766489bd /sanitycheck.cgi
parent8240cb081019b781ea50e5cad84089754ad316c4 (diff)
downloadbugzilla-8cb6f0fa771a8c3c2374c8b2fcb7d4f2e5048ed5.tar.gz
bugzilla-8cb6f0fa771a8c3c2374c8b2fcb7d4f2e5048ed5.tar.xz
Bug 101179: Fully implement support for customised bug statuses and workflow (final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index ab44a3a79..58033b828 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -496,6 +496,10 @@ CrossCheck('whine_events', 'id',
CrossCheck('attachments', 'attach_id',
['attach_data', 'id']);
+CrossCheck('bug_status', 'id',
+ ['status_workflow', 'old_status'],
+ ['status_workflow', 'new_status']);
+
###########################################################################
# Perform double field referential (cross) checks
###########################################################################