From b11abfe8c14c59519d490b3ef9cc323123d6e2b8 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Wed, 15 Apr 2015 01:39:13 +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 419e5aac6e..006925994d 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -57,6 +57,8 @@ use constant PUBLIC_METHODS => qw( create fields get + get_bugs + get_history history legal_values possible_duplicates -- 2.47.3