]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMED
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 1 Aug 2010 23:29:12 +0000 (01:29 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 1 Aug 2010 23:29:12 +0000 (01:29 +0200)
r/a=mkanat

Bugzilla/Install.pm

index 9536f4645ff55b7dc414713cd47f7c8671c435a0..bcc73bb2836b358af9a816876a8263bd0741cab9 100644 (file)
@@ -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 {