From ba4585ae8a1c63a49e40461d2e2efc12bc75c58a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 5 Jul 2010 17:42:57 -0700 Subject: Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat --- Bugzilla/Migrate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Migrate.pm') diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index 2ae638e4f..e72c5c52e 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -90,7 +90,7 @@ END # bug_status => { # # Translate "Handled" into "RESOLVED". # "Handled" => "RESOLVED", -# "In Progress" => "ASSIGNED", +# "In Progress" => "IN_PROGRESS", # }, # # priority => { -- cgit v1.2.3-24-g4f1b