From: Kohei Yoshino Date: Fri, 7 Dec 2018 18:33:43 +0000 (-0500) Subject: Bug 1511558 - Guided form's Core Component dropdown list cannot be loaded X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3418b1108997cc37ada3bb76d6f9765c3c52d7c0;p=thirdparty%2Fbugzilla.git Bug 1511558 - Guided form's Core Component dropdown list cannot be loaded --- diff --git a/extensions/GuidedBugEntry/web/js/guided.js b/extensions/GuidedBugEntry/web/js/guided.js index 12c0ce4d0..2f2684985 100644 --- a/extensions/GuidedBugEntry/web/js/guided.js +++ b/extensions/GuidedBugEntry/web/js/guided.js @@ -258,7 +258,7 @@ var product = { id: ++this._counter, params: { names: [productName], - exclude_fields: ['internals', 'milestones'], + exclude_fields: ['internals', 'milestones', 'components.flag_types'], Bugzilla_api_token : (BUGZILLA.api_token ? BUGZILLA.api_token : '') } }