aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-25 21:04:23 +0200
committerSam James <sam@gentoo.org>2024-08-25 20:08:54 +0100
commita510e79d18682ce277b9cfd12c9619729494296f (patch)
treef8e99ebf16a79b0b4f8ae4731a4aff2a6560a2e2 /template/en
parenttemplate: bug/edit: Try fixing syntax (diff)
downloadbugzilla-master.tar.gz
bugzilla-master.tar.bz2
bugzilla-master.zip
template: bug/edit: Try getting disabled to workHEADgentoo-5.0.6.32master
Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'template/en')
-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 %]