diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-25 21:04:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-25 21:04:23 +0200 |
commit | c9cdab892f17d7a12e804184c25527e99cd03c3e (patch) | |
tree | 3f2519bd2d5904d0b3048749cc41f79808ea9725 | |
parent | template: bug/edit: Try fixing syntax (diff) | |
download | bugzilla-c9cdab892f17d7a12e804184c25527e99cd03c3e.tar.gz bugzilla-c9cdab892f17d7a12e804184c25527e99cd03c3e.tar.bz2 bugzilla-c9cdab892f17d7a12e804184c25527e99cd03c3e.zip |
template: bug/edit: Try getting disabled to workbugstest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index fd875e187..b016d8ef7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1154,9 +1154,8 @@ [% ELSE %] [% INCLUDE global/textarea.html.tmpl minrows = 10 - maxrows = 25 cols = constants.COMMENT_COLS - disabled = true + disabled = 1 defaultcontent = "You are not allowed to make an additional comment on this bug." %] [% END %] |