From 67a97e7236928709895a209fcf7fffc5dccb9438 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Thu, 5 Feb 2009 22:54:03 +0000 Subject: Bug 458853 - Add a "permissive" argument that allows Bug.get to return even if there are errors Updated method history to show new changes. --- Bugzilla/WebService/Bug.pm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 09d88f8ae..af46647b3 100755 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -842,11 +842,17 @@ You do not have access to the bug_id you specified. =over -=item The following properties were added to this method's return value +=item C argument added to this method's params in Bugzilla B<3.4>. + +=item The following properties were added to this method's return values in Bugzilla B<3.4>: =over +=item For C + +=over + =item assigned_to =item component @@ -865,6 +871,12 @@ in Bugzilla B<3.4>: =item status +=back + +=item C + +=back + =back =back -- cgit v1.2.3-24-g4f1b