From 5026bb7e8d325e5580cb8e4fd658a376517a6c74 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Wed, 16 Dec 2015 00:38:41 +0000 Subject: [PATCH] Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards compatibility) r=LpSolit,a=dkl --- Bugzilla/WebService/Product.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm index 1c8d75bb4c..e383cb5159 100644 --- a/Bugzilla/WebService/Product.pm +++ b/Bugzilla/WebService/Product.pm @@ -28,6 +28,7 @@ use constant PUBLIC_METHODS => qw( get get_accessible_products get_enterable_products + get_products get_selectable_products update ); -- 2.47.2