aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-25 17:30:09 +0100
committerSam James <sam@gentoo.org>2024-08-25 18:03:06 +0100
commit3ad2dde204f105962e1a42bd488eb3ce44f69cbf (patch)
tree671d180598228b49b467f0a9e6dafd18c64897f6
parentextensions: RestrictComments: copy _get_all_group_names (diff)
downloadbugzilla-3ad2dde204f105962e1a42bd488eb3ce44f69cbf.tar.gz
bugzilla-3ad2dde204f105962e1a42bd488eb3ce44f69cbf.tar.bz2
bugzilla-3ad2dde204f105962e1a42bd488eb3ce44f69cbf.zip
extensions: RestrictComments: adapt to no-modal
We don't have the modal view on our BZ. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl1
1 files changed, 0 insertions, 1 deletions
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 %]