diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-02 00:25:42 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-02 00:25:42 +0100 |
commit | f32983cb6542f0ed0fbf2f5d31dc72844b360106 (patch) | |
tree | 15f2df50924489a2b64ae23b4fa89e1e38623fa9 /extensions | |
parent | fa91dfa3f39c1111e85abd0c63e2eceee3214b1a (diff) | |
download | bugzilla-f32983cb6542f0ed0fbf2f5d31dc72844b360106.tar.gz bugzilla-f32983cb6542f0ed0fbf2f5d31dc72844b360106.tar.xz |
MyDashboard change for new reported by you bugs
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/MyDashboard/lib/Queries.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |