diff options
author | Sam James <sam@gentoo.org> | 2024-08-25 17:30:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-25 17:30:09 +0100 |
commit | fb9e495d13bb8ac306e2a2019dbff84855517040 (patch) | |
tree | ee0a9cf14d51446cc7340f8737983f7182e69466 | |
parent | extensions: RestrictComments: copy _get_all_group_names (diff) | |
download | bugzilla-fb9e495d13bb8ac306e2a2019dbff84855517040.tar.gz bugzilla-fb9e495d13bb8ac306e2a2019dbff84855517040.tar.bz2 bugzilla-fb9e495d13bb8ac306e2a2019dbff84855517040.zip |
extensions: RestrictComments: adapt to no-modalgentoo-5.0.6.31
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.tmpl | 1 |
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 %] |