From: Kohei Yoshino Date: Mon, 14 Jan 2019 20:25:12 +0000 (-0500) Subject: Bug 1519659 - Need to reload the page before being able to edit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23c1bd58175ee49393f0dea0457ea222f063762;p=thirdparty%2Fbugzilla.git Bug 1519659 - Need to reload the page before being able to edit --- 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 9b8acb246..529fbf470 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 @@ -8,6 +8,7 @@ [% RETURN UNLESS template.name == 'bug/show-modal.html.tmpl' + || template.name == 'bug/create/created.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'));