Commit 4b956c11 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 13534: Remove REMIND and LATER from the default resolution list (only…

Bug 13534: Remove REMIND and LATER from the default resolution list (only affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
parent b22bc509
......@@ -68,8 +68,8 @@ use constant ENUM_DEFAULTS => {
rep_platform => ["All","PC","Macintosh","Other"],
bug_status => ["UNCONFIRMED","NEW","ASSIGNED","REOPENED","RESOLVED",
"VERIFIED","CLOSED"],
resolution => ["","FIXED","INVALID","WONTFIX","LATER","REMIND",
"DUPLICATE","WORKSFORME","MOVED"],
resolution => ["","FIXED","INVALID","WONTFIX", "DUPLICATE","WORKSFORME",
"MOVED"],
};
#####################################################################
......
......@@ -649,7 +649,7 @@ sub write_bugs {
}
} elsif ($pr_data{"State"} eq "suspended") {
$bug_status = "RESOLVED";
$resolution = "LATER";
$resolution = "WONTFIX";
} else {
$bug_status = "NEW";
$resolution = "";
......
......@@ -1118,9 +1118,7 @@ possession#</dia:string>
DUPLICATE
WONTFIX
WORKSFORME
INVALID
REMIND
LATER#</dia:string>
INVALID#</dia:string>
</dia:attribute>
<dia:attribute name="font">
<dia:font family="sans" style="0" name="Helvetica"/>
......
......@@ -91,8 +91,6 @@
[% resolution_descs = { "FIXED" => "FIXED",
"INVALID" => "INVALID",
"WONTFIX" => "WONTFIX",
"LATER" => "LATER",
"REMIND" => "REMIND",
"DUPLICATE" => "DUPLICATE",
"WORKSFORME" => "WORKSFORME",
"MOVED" => "MOVED",
......
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