From 609806d1f0e8a82300a6d7b3b47e09f0356217f5 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 7 Jul 2010 17:17:26 -0700 Subject: Bug 577089: Make convert-workflow fix the query values for series r=LpSolit, a=LpSolit --- Bugzilla/Series.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/Series.pm') diff --git a/Bugzilla/Series.pm b/Bugzilla/Series.pm index 82735a34b..7168bcb7e 100644 --- a/Bugzilla/Series.pm +++ b/Bugzilla/Series.pm @@ -34,6 +34,11 @@ package Bugzilla::Series; use Bugzilla::Error; use Bugzilla::Util; +# This is a hack so that we can re-use the rename_field_value +# code from Bugzilla::Search::Saved. +use constant DB_TABLE => 'series'; +use constant ID_FIELD => 'series_id'; + sub new { my $invocant = shift; my $class = ref($invocant) || $invocant; -- cgit v1.2.3-24-g4f1b