summaryrefslogtreecommitdiffstats
path: root/contrib/convert-workflow.pl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-08 02:17:26 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-08 02:17:26 +0200
commit609806d1f0e8a82300a6d7b3b47e09f0356217f5 (patch)
treeb5e9e020ae7e9d4ddf2e246336ecbf80850db3cb /contrib/convert-workflow.pl
parentab04fe6c61b5fd55ca4b838ccb7abfd542bd2128 (diff)
downloadbugzilla-609806d1f0e8a82300a6d7b3b47e09f0356217f5.tar.gz
bugzilla-609806d1f0e8a82300a6d7b3b47e09f0356217f5.tar.xz
Bug 577089: Make convert-workflow fix the query values for series
r=LpSolit, a=LpSolit
Diffstat (limited to 'contrib/convert-workflow.pl')
-rwxr-xr-xcontrib/convert-workflow.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/convert-workflow.pl b/contrib/convert-workflow.pl
index 8a740fcb2..322857f5b 100755
--- a/contrib/convert-workflow.pl
+++ b/contrib/convert-workflow.pl
@@ -102,6 +102,8 @@ foreach my $pair (@translation) {
}
Bugzilla::Search::Saved->rename_field_value('bug_status', $from, $to);
+ Bugzilla::Series->Bugzilla::Search::Saved::rename_field_value('bug_status',
+ $from, $to);
}
$dbh->bz_commit_transaction();