summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-11 01:27:18 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-11 01:27:18 +0100
commitcee67bdc0eff06b16f5d374be9cc6ca8961e11c4 (patch)
treef53a0654a53fa624d5e1055bb3f0a72d6782e828 /Bugzilla/WebService/Bug.pm
parent04a0f6e7a3d58e7ea0cdcff0b547c70e46fa58fe (diff)
downloadbugzilla-cee67bdc0eff06b16f5d374be9cc6ca8961e11c4.tar.gz
bugzilla-cee67bdc0eff06b16f5d374be9cc6ca8961e11c4.tar.xz
Bug 633041: Add an error code for zero_length_file and fill in content_type
for patches when content_type is missing in Bug.add_attachment in the WebService r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/WebService/Bug.pm')
-rw-r--r--Bugzilla/WebService/Bug.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 822730e4a..189c984c3 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -2446,6 +2446,10 @@ You did not specify a valid for the C<file_name> argument.
You did not specify a value for the C<summary> argument.
+=item 606 (Empty Data)
+
+You set the "data" field to an empty string.
+
=back
=item B<History>