From bb18f8a6d560fa141f812dddcf6f6d8fe8b49dbb Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 2 Aug 2010 01:28:07 +0200 Subject: Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMED r/a=mkanat --- Bugzilla/Install.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index ed604d029..57b1904b5 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -48,11 +48,11 @@ use constant STATUS_WORKFLOW => ( ['CONFIRMED', 'RESOLVED'], ['IN_PROGRESS', 'CONFIRMED'], ['IN_PROGRESS', 'RESOLVED'], + ['RESOLVED', 'UNCONFIRMED'], ['RESOLVED', 'CONFIRMED'], ['RESOLVED', 'VERIFIED'], + ['VERIFIED', 'UNCONFIRMED'], ['VERIFIED', 'CONFIRMED'], - # The RESOLVED/VERIFIED to UNCONFIRMED transition is enabled specially - # in the code for bugs that haven't been confirmed. ); sub SETTINGS { -- cgit v1.2.3-24-g4f1b