diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-03-22 19:53:51 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-22 19:53:51 +0100 |
commit | f2494355cc0d9901bea958a0dfdf7f452fa9400b (patch) | |
tree | 3ad4cc6a414293a528cfa96db4bb4a86fae7fd9a /Bugzilla | |
parent | 6af883e17f343b8db399befba0cbec21f4f0cee3 (diff) | |
download | bugs-f2494355cc0d9901bea958a0dfdf7f452fa9400b.tar bugs-f2494355cc0d9901bea958a0dfdf7f452fa9400b.tar.gz bugs-f2494355cc0d9901bea958a0dfdf7f452fa9400b.tar.bz2 bugs-f2494355cc0d9901bea958a0dfdf7f452fa9400b.tar.xz bugs-f2494355cc0d9901bea958a0dfdf7f452fa9400b.zip |
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.pm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 457e000e5..38bd277f1 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2148,6 +2148,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. @@ -2184,13 +2187,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 |