diff options
-rw-r--r-- | Bugzilla/Install.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |