diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-08-03 18:35:15 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-03 18:35:15 +0200 |
commit | 27c63156086ffae3486ec16babe81abdced65be3 (patch) | |
tree | 6e83c093bb35622f2264dc7901faeefea617d8d4 /Bugzilla | |
parent | 767039b4ae3a933b8d593d88336a7a9432235178 (diff) | |
download | bugzilla-27c63156086ffae3486ec16babe81abdced65be3.tar.gz bugzilla-27c63156086ffae3486ec16babe81abdced65be3.tar.xz |
Bug 682317 - Bug.create is incorrectly documented as ignoring invalid fields; it should say it produces an error
r=dkl, a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 82bfff445..faac5f3d6 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2367,8 +2367,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. |