diff options
author | Byron Jones <bjones@mozilla.com> | 2014-01-22 08:50:21 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-01-22 08:50:21 +0100 |
commit | 412d7c4f25611cf60810b5a3d26f0fef6b0c715f (patch) | |
tree | 9903f44a2c172853fa6f4a24232a867dc59c582c /template | |
parent | 7eaa20bf1fb447e14352bda6223d3c1b2257104b (diff) | |
download | bugzilla-412d7c4f25611cf60810b5a3d26f0fef6b0c715f.tar.gz bugzilla-412d7c4f25611cf60810b5a3d26f0fef6b0c715f.tar.xz |
Bug 961513: The featureĀ "Clone This Bug" does not work for users without canconfirm rights
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/navigate.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index ea9d3ebac..95fe5a411 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -28,7 +28,7 @@ [% bug.bug_id FILTER uri %]">Format For Printing</a></li> <li> - <a href="show_bug.cgi?ctype=xml&id= [% bug.bug_id FILTER uri %]">XML</a></li> - <li> - <a href="enter_bug.cgi?cloned_bug_id= + <li> - <a href="enter_bug.cgi?format=__default__&cloned_bug_id= [% bug.bug_id FILTER uri %]" id="clone_bug">Clone This [% terms.Bug %]</a></li> |