From f32983cb6542f0ed0fbf2f5d31dc72844b360106 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 1 Mar 2013 18:25:42 -0500 Subject: MyDashboard change for new reported by you bugs --- extensions/MyDashboard/lib/Queries.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/MyDashboard/lib/Queries.pm b/extensions/MyDashboard/lib/Queries.pm index eb82f65a0..65aa9034b 100644 --- a/extensions/MyDashboard/lib/Queries.pm +++ b/extensions/MyDashboard/lib/Queries.pm @@ -61,7 +61,7 @@ sub QUERY_DEFS { heading => 'New Reported by You', description => 'You reported the bug but nobody has accepted it yet.', params => { - 'bug_status' => ['NEW'], + 'bug_status' => ['UNCONFIRMED', 'NEW'], 'emailreporter1' => 1, 'emailtype1' => 'exact', 'email1' => $user->login -- cgit v1.2.3-24-g4f1b