Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
979ba53d
Commit
979ba53d
authored
Dec 16, 2015
by
Matt Tyson
Committed by
David Lawrence
Dec 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards compatibility)
r=dkl,a=dkl
parent
e7b83a64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
Product.pm
Bugzilla/WebService/Product.pm
+0
-12
No files found.
Bugzilla/WebService/Product.pm
View file @
979ba53d
...
...
@@ -55,8 +55,6 @@ use constant FIELD_MAP => {
# Add aliases here for method name compatibility #
##################################################
BEGIN
{
*
get_products
=
\&
get
}
# Get the ids of the products the user can search
sub
get_selectable_products
{
Bugzilla
->
switch_to_shadow_db
();
...
...
@@ -498,8 +496,6 @@ Returns a list of information about the products passed to it.
B<Note>: You must at least specify one of C<ids> or C<names>.
B<Note>: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API.
=item B<REST>
To return information about a specific groups of products such as
...
...
@@ -992,11 +988,3 @@ You must define a default milestone.
=back
=back
=head1 B<Methods in need of POD>
=over
=item get_products
=back
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment