From fb9e495d13bb8ac306e2a2019dbff84855517040 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 25 Aug 2024 17:30:09 +0100 Subject: extensions: RestrictComments: adapt to no-modal We don't have the modal view on our BZ. Signed-off-by: Sam James --- .../en/default/hook/bug/edit-after_comment_commit_button.html.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl b/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl index b6e75b7a1..f458e982d 100644 --- a/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl +++ b/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl @@ -7,7 +7,6 @@ #%] -[% RETURN UNLESS template.name == 'bug/show-modal.html.tmpl' %] [% RETURN UNLESS user.in_group(Param('restrict_comments_enable_group')) %] [%# using a table to match alignment of the needinfo checkboxes %] -- cgit v1.2.3-65-gdbad