diff options
author | David Lawrence <dkl@mozilla.com> | 2017-03-03 19:55:32 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-03-03 19:55:32 +0100 |
commit | 38549ea6964a39c5edd5f37439bc482b4db55560 (patch) | |
tree | 7d91aff386a5d6eee37ab6c44515970dd7b66216 /extensions/BugModal | |
parent | 956114388bf91607b09ca9e458594b0e99b3e486 (diff) | |
download | bugzilla-38549ea6964a39c5edd5f37439bc482b4db55560.tar.gz bugzilla-38549ea6964a39c5edd5f37439bc482b4db55560.tar.xz |
Bug 1344128 - Cloning a bug causes an invalid cloned_bug_id param when creating the new bug.
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index ad3bc77b9..af575d734 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -1363,7 +1363,7 @@ role="menuitem" tabindex="-1" target="_blank">… as a clone of this [% terms.bug %]</a> </li> <li role="presentation"> - <a href="enter_bug.cgi?format=__default__&cloned_bug_id=[% terms.bug FILTER uri %]" + <a href="enter_bug.cgi?format=__default__&cloned_bug_id=[% bug.id FILTER uri %]" role="menuitem" tabindex="-1" target="_blank">… as a clone, in a different product</a> </li> </ul> |