From: Dylan William Hardison Date: Thu, 29 Nov 2018 18:02:07 +0000 (-0500) Subject: Bug 1510770 - Clicking Edit Comment Button before clicking Edit Bug blocks editing... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5bf9ce556790336458466960981e764ece1b6c4;p=thirdparty%2Fbugzilla.git Bug 1510770 - Clicking Edit Comment Button before clicking Edit Bug blocks editing of comment --- diff --git a/extensions/EditComments/template/en/default/hook/global/header-start.html.tmpl b/extensions/EditComments/template/en/default/hook/global/header-start.html.tmpl index 58cd77983..814d3408f 100644 --- a/extensions/EditComments/template/en/default/hook/global/header-start.html.tmpl +++ b/extensions/EditComments/template/en/default/hook/global/header-start.html.tmpl @@ -7,7 +7,8 @@ #%] [% - RETURN UNLESS template.name == 'bug/show-modal.html.tmpl'; + RETURN UNLESS template.name == 'bug/show-modal.html.tmpl' + || template.name == 'bug/process/results.html.tmpl'; RETURN UNLESS user.is_insider || Param('edit_comments_group') && user.in_group(Param('edit_comments_group'));