From fa91dfa3f39c1111e85abd0c63e2eceee3214b1a Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 1 Mar 2013 18:24:03 -0500 Subject: MyDashboard change for inprogress bugs --- extensions/MyDashboard/lib/Queries.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/MyDashboard/lib/Queries.pm b/extensions/MyDashboard/lib/Queries.pm index 2b9d11737..eb82f65a0 100644 --- a/extensions/MyDashboard/lib/Queries.pm +++ b/extensions/MyDashboard/lib/Queries.pm @@ -72,7 +72,7 @@ sub QUERY_DEFS { heading => "In Progress Reported by You", description => 'You reported the bug, the developer accepted the bug and is hopefully working on it.', params => { - 'bug_status' => [ map { $_->name } grep($_->name ne 'NEW' && $_->name ne 'MODIFIED', open_states()) ], + 'bug_status' => [ map { $_->name } grep($_->name ne 'UNCONFIRMED' && $_->name ne 'NEW', open_states()) ], 'emailreporter1' => 1, 'emailtype1' => 'exact', 'email1' => $user->login -- cgit v1.2.3-24-g4f1b