diff options
author | lpsolit%gmail.com <> | 2007-11-26 04:45:04 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-11-26 04:45:04 +0100 |
commit | 5c2713ecfe18ee9a5cad6ee677fb8bdfe4472faa (patch) | |
tree | 7c7618d3771f9523e0e86e7e39aca4c4b8a4d4f2 /template/en/default | |
parent | 9f0310bf8c0821347699b434f659eb52decabf87 (diff) | |
download | bugzilla-5c2713ecfe18ee9a5cad6ee677fb8bdfe4472faa.tar.gz bugzilla-5c2713ecfe18ee9a5cad6ee677fb8bdfe4472faa.tar.xz |
Bug 405342: "My requests" is broken - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 033b98069..94fed709f 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -42,7 +42,7 @@ <span class="separator">| </span> [% IF user.id %] <a href="request.cgi?requester=[% user.login FILTER url_quote %]&requestee= - [% user.login FILTER url_quote %]&do_union=1&group=type">My Requests</a> + [% user.login FILTER url_quote %]&do_union=1&group=type&action=queue">My Requests</a> [% ELSE %] <a href="request.cgi">Requests</a> [% END %] |