]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1519659 - Need to reload the page before being able to edit
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 14 Jan 2019 20:25:12 +0000 (15:25 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Jan 2019 20:25:12 +0000 (15:25 -0500)
extensions/EditComments/template/en/default/hook/global/header-start.html.tmpl

index 9b8acb246e68359ddee58cfdbdaf79ec58d8fa6b..529fbf470624dfcf5ff1e923e7874fe777ed39dd 100644 (file)
@@ -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'));