From 875a3c283c26a79ff0e5bd3a2912335d76dda592 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 23 Jul 2013 20:31:31 +0000 Subject: [PATCH] Bug 896066 - Allow REST WebService API to for GET /product to allow retrieval of multiple product objects instead of ids git-svn-id: svn://10.0.0.236/trunk@264901 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index a879bd89ec3..42fa0e04c6c 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8656 \ No newline at end of file +8657 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm index c028c58453a..f5a7f953f62 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm @@ -78,7 +78,6 @@ sub get { my $products = []; if (defined $params->{type}) { my %product_hash; - my $found = 0; foreach my $type (@{ $params->{type} }) { my $result = []; if ($type eq 'accessible') {