From 6bb6f956aeebb043e295e45f86bbde51436df9c1 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Wed, 15 Apr 2015 01:43:18 +0200 Subject: [PATCH] Bug 1154099: Bug.get_bugs and Bug.get_history are missing from PUBLIC_METHODS (for backwards compatibility) r=LpSolit a=glob --- Bugzilla/WebService/Bug.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 38665bbcbd..3715c04720 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -72,6 +72,8 @@ use constant PUBLIC_METHODS => qw( create fields get + get_bugs + get_history history legal_values possible_duplicates -- 2.47.2