From: Matt Selsky Date: Thu, 22 Mar 2012 18:57:25 +0000 (+0100) Subject: Bug 733458: The "creator" argument is listed twice for the Bug.search WebService... X-Git-Tag: bugzilla-4.0.6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21391ff867464d638cc08eac35c8fcd7e046eb03;p=thirdparty%2Fbugzilla.git Bug 733458: The "creator" argument is listed twice for the Bug.search WebService method r/a=LpSolit --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 3cbe157f1b..b60ed68994 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2059,6 +2059,9 @@ May not be an array. C The login name of the user who created the bug. +You can also pass this argument with the name C, for +backwards compatibility with older Bugzillas. + =item C C The numeric id of the bug. @@ -2095,13 +2098,6 @@ C The Priority field on a bug. C The name of the Product that the bug is in. -=item C - -C The login name of the user who reported the bug. - -You can also pass this argument with the name C, for -backwards compatibility with older Bugzillas. - =item C C The current resolution--only set if a bug is closed. You can