diff --git a/js/bug.js b/js/bug.js --- a/js/bug.js +++ b/js/bug.js @@ -26,7 +26,7 @@ product : product_name, summary : summary_field.value, limit : 7, - include_fields : [ "id", "summary", "status", "resolution", + include_fields : [ "id", "product", "summary", "status", "resolution", "update_token" ] } }; diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -560,6 +560,9 @@ var dt_columns = [ { key: "id", label: "[% field_descs.bug_id FILTER js %]", formatter: YAHOO.bugzilla.dupTable.formatBugLink }, + { key: "product", + label: "[% field_descs.product FILTER js %]", + formatter: "text" }, { key: "summary", label: "[% field_descs.short_desc FILTER js %]", formatter: "text" },