aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-01-12 23:20:50 +0000
committerlpsolit%gmail.com <>2008-01-12 23:20:50 +0000
commit0e2ea68e886628033f9afeba99f90144b4f85510 (patch)
treebdb26475965046e8680130ad0daf42d1d315416a /Bugzilla/WebService/Bug.pm
parenta404e6c3e3d777f09ef2ab8100ad01a20a3c885c (diff)
downloadbugs-0e2ea68e886628033f9afeba99f90144b4f85510.tar
bugs-0e2ea68e886628033f9afeba99f90144b4f85510.tar.gz
bugs-0e2ea68e886628033f9afeba99f90144b4f85510.tar.bz2
bugs-0e2ea68e886628033f9afeba99f90144b4f85510.tar.xz
bugs-0e2ea68e886628033f9afeba99f90144b4f85510.zip
Bug 411437: Clipping of "Free Text" fields when user enters more then 255 characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/WebService/Bug.pm')
-rwxr-xr-xBugzilla/WebService/Bug.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 7148b78cb..c4361e679 100755
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -473,8 +473,8 @@ for more details.
=item 104 (Invalid Field)
-One of the drop-down fields has an invalid value. The error message will
-have more detail.
+One of the drop-down fields has an invalid value, or a value entered in a
+text field is too long. The error message will have more detail.
=item 105 (Invalid Component)