summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-17 15:35:50 +0100
committerByron Jones <bjones@mozilla.com>2012-01-17 15:35:50 +0100
commit49b2e80891800a6e0badfbf1d27625d38baafa36 (patch)
tree215ce3f53623eb7d81e67e84d821f54cf37d012b /extensions/GuidedBugEntry/template
parent090f76d8d8019c86e33d440e71a9b01482a882cb (diff)
downloadbugzilla-49b2e80891800a6e0badfbf1d27625d38baafa36.tar.gz
bugzilla-49b2e80891800a6e0badfbf1d27625d38baafa36.tar.xz
Bug 718626: show component column on guided possible dupes list
Diffstat (limited to 'extensions/GuidedBugEntry/template')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
index 4cb28235e..053bcdd99 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
@@ -81,6 +81,7 @@ dupes.setLabels(
{
id: "[% field_descs.bug_id FILTER js %]",
summary: "[% field_descs.short_desc FILTER js %]",
+ component: "[% field_descs.component FILTER js %]",
status: "[% field_descs.bug_status FILTER js %]",
}
);