From: Kohei Yoshino Date: Thu, 25 Jul 2019 16:01:39 +0000 (-0400) Subject: Bug 1568863 - Prefilled comment will be wiped after changing component X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=132718b7a43fb7f2b9710f34d2498c8ee937e76f;p=thirdparty%2Fbugzilla.git Bug 1568863 - Prefilled comment will be wiped after changing component --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ef4a70088..843da7360 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -74,7 +74,7 @@ function initCrashSignatureField() { const params = new URLSearchParams(location.search); let bug_type_specified = params.has('bug_type') || params.has('cloned_bug_id') || params.has('regressed_by'); -let desc_edited = false; +let desc_edited = params.has('comment') || params.has('cloned_bug_id'); var initialowners = new Array([% product.components.size %]); var last_initialowner;