From: dkl%redhat.com <> Date: Thu, 5 Feb 2009 22:54:03 +0000 (+0000) Subject: Bug 458853 - Add a "permissive" argument that allows Bug.get to return even if there... X-Git-Tag: bugzilla-3.3.4~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a97e7236928709895a209fcf7fffc5dccb9438;p=thirdparty%2Fbugzilla.git Bug 458853 - Add a "permissive" argument that allows Bug.get to return even if there are errors Updated method history to show new changes. --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 09d88f8aec..af46647b35 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