summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-03-22 19:55:41 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-03-22 19:55:41 +0100
commitadf1113c195238b8c4540ec686399ee8e004e235 (patch)
treeb3b3ef72f00099b5b06742ab1873a30a4114ed84 /Bugzilla
parent16ca329e85e1a36a4808cc088ebc8f5d18f22dae (diff)
downloadbugzilla-adf1113c195238b8c4540ec686399ee8e004e235.tar.gz
bugzilla-adf1113c195238b8c4540ec686399ee8e004e235.tar.xz
Bug 733458: The "creator" argument is listed twice for the Bug.search WebService method
r/a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Bug.pm10
1 files changed, 3 insertions, 7 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index a8c7282ef..781e8b944 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -2060,6 +2060,9 @@ May not be an array.
C<string> The login name of the user who created the bug.
+You can also pass this argument with the name C<reporter>, for
+backwards compatibility with older Bugzillas.
+
=item C<id>
C<int> The numeric id of the bug.
@@ -2096,13 +2099,6 @@ C<string> The Priority field on a bug.
C<string> The name of the Product that the bug is in.
-=item C<creator>
-
-C<string> The login name of the user who reported the bug.
-
-You can also pass this argument with the name C<reporter>, for
-backwards compatibility with older Bugzillas.
-
=item C<resolution>
C<string> The current resolution--only set if a bug is closed. You can