]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1510770 - Clicking Edit Comment Button before clicking Edit Bug blocks editing...
authorDylan William Hardison <dylan@hardison.net>
Thu, 29 Nov 2018 18:02:07 +0000 (13:02 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 18:02:07 +0000 (13:02 -0500)
extensions/EditComments/template/en/default/hook/global/header-start.html.tmpl

index 58cd77983b4d153941b53cf210d5f1da7557b33e..814d3408f697d1f1a9c763bb8654f980ba2725fb 100644 (file)
@@ -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'));