diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-10-27 13:34:45 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-27 13:34:45 +0200 |
commit | f1a2984c7baf6958542e7b401afed6c73078f657 (patch) | |
tree | bd46205ecccbfedf1a6df3c1674780f6e9aa0cb1 /Bugzilla/WebService.pm | |
parent | Bug 772359: LogActivityEntry shouldn't remove any characters from the field w... (diff) | |
download | bugzilla-f1a2984c7baf6958542e7b401afed6c73078f657.tar.gz bugzilla-f1a2984c7baf6958542e7b401afed6c73078f657.tar.bz2 bugzilla-f1a2984c7baf6958542e7b401afed6c73078f657.zip |
Add WS::Classification to the list of available modules, see bug 694755
r=LpSolit
Diffstat (limited to 'Bugzilla/WebService.pm')
-rw-r--r-- | Bugzilla/WebService.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 0b28cfaec..3d6186325 100644 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -302,7 +302,7 @@ would return something like: =back -=head2 WebService Methods +=head2 WebService Modules =over @@ -310,6 +310,8 @@ would return something like: =item L<Bugzilla::WebService::Bugzilla> +=item L<Bugzilla::WebService::Classification> + =item L<Bugzilla::WebService::Group> =item L<Bugzilla::WebService::Product> |