]> 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:50:41 +0000 (12:50 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Fri, 3 Aug 2012 16:50:41 +0000 (12:50 -0400)
r=dkl, a=LpSolit

Bugzilla/WebService/Bug.pm

index 2b2361f336aa70a08c41e4b9b3524482d655cfe3..bac2e692ef9a6963d63844db02d3d30a1ef7bef1 100644 (file)
@@ -1755,8 +1755,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.