Commit bb18f8a6 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMED

r/a=mkanat
parent e214fe83
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment