From e46f222d8f1f920e90479b99125fc965eb99e520 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 26 Aug 2014 20:06:58 +0000 Subject: Bug 1056904: Add "Mentored by me" to MyDashboard --- extensions/MyDashboard/lib/Queries.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'extensions/MyDashboard') diff --git a/extensions/MyDashboard/lib/Queries.pm b/extensions/MyDashboard/lib/Queries.pm index 0fd80d7ce..8e75319c7 100644 --- a/extensions/MyDashboard/lib/Queries.pm +++ b/extensions/MyDashboard/lib/Queries.pm @@ -91,6 +91,17 @@ sub QUERY_DEFS { 'email1' => $user->login } }, + { + name => 'mentorbugs', + heading => "You Are a Mentor", + description => 'You are one of the mentors for the bug.', + params => { + 'bug_status' => ['__open__'], + 'emailbug_mentor1' => 1, + 'emailtype1' => 'exact', + 'email1' => $user->login + } + }, { name => 'lastvisitedbugs', heading => 'Updated Since Last Visit', -- cgit v1.2.3-24-g4f1b