]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 682317 - Bug.create is incorrectly documented as ignoring invalid fields; it...
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>
Fri, 3 Aug 2012 16:41:45 +0000 (12:41 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Fri, 3 Aug 2012 16:41:45 +0000 (12:41 -0400)
r=dkl, a=LpSolit

Bugzilla/WebService/Bug.pm

index 781e8b944ee41d1a63c655715bb8d6d67c57c827..5d5f49b2644a224f1221ebc4f3ee8ed8180ec8e7 100644 (file)
@@ -2198,8 +2198,9 @@ B<STABLE>
 =item B<Description>
 
 This allows you to create a new bug in Bugzilla. If you specify any
-invalid fields, they will be ignored. If you specify any fields you
-are not allowed to set, they will just be set to their defaults or ignored.
+invalid fields, an error will be thrown stating which field is invalid.
+If you specify any fields you are not allowed to set, they will just be
+set to their defaults or ignored.
 
 You cannot currently set all the items here that you can set on enter_bug.cgi.