aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-25 21:04:23 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-25 21:04:23 +0200
commitc9cdab892f17d7a12e804184c25527e99cd03c3e (patch)
tree3f2519bd2d5904d0b3048749cc41f79808ea9725
parenttemplate: bug/edit: Try fixing syntax (diff)
downloadbugzilla-bugstest.tar.gz
bugzilla-bugstest.tar.bz2
bugzilla-bugstest.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.tmpl3
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 %]