summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-04 05:37:01 +0200
committerlpsolit%gmail.com <>2006-09-04 05:37:01 +0200
commit4b956c1176381f684567ccc15e1e9c64c5d142fb (patch)
treea7538e86c8762ccd6b81373ac5c4e010181f0630 /contrib
parentb22bc5090e62d544445288a31bc4b959bac93eef (diff)
downloadbugzilla-4b956c1176381f684567ccc15e1e9c64c5d142fb.tar.gz
bugzilla-4b956c1176381f684567ccc15e1e9c64c5d142fb.tar.xz
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gnats2bz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gnats2bz.pl b/contrib/gnats2bz.pl
index 7a509682e..95ae32ad9 100644
--- a/contrib/gnats2bz.pl
+++ b/contrib/gnats2bz.pl
@@ -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 = "";