summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-03-03 19:55:32 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-03-03 19:55:32 +0100
commit38549ea6964a39c5edd5f37439bc482b4db55560 (patch)
tree7d91aff386a5d6eee37ab6c44515970dd7b66216 /extensions/BugModal/template
parent956114388bf91607b09ca9e458594b0e99b3e486 (diff)
downloadbugzilla-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/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
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">&#8230; as a clone of this [% terms.bug %]</a>
</li>
<li role="presentation">
- <a href="enter_bug.cgi?format=__default__&amp;cloned_bug_id=[% terms.bug FILTER uri %]"
+ <a href="enter_bug.cgi?format=__default__&amp;cloned_bug_id=[% bug.id FILTER uri %]"
role="menuitem" tabindex="-1" target="_blank">&#8230; as a clone, in a different product</a>
</li>
</ul>