[bugzilla-gnome-org-upstream/4.4] Bug 1154099: Bug.get_bugs and Bug.get_history are missing from PUBLIC_METHODS (for backwards compati



commit b11abfe8c14c59519d490b3ef9cc323123d6e2b8
Author: Matt Tyson <mtyson redhat com>
Date:   Wed Apr 15 01:39:13 2015 +0200

    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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 419e5aa..0069259 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]