diff options
author | dkl%redhat.com <> | 2009-02-05 23:54:03 +0100 |
---|---|---|
committer | dkl%redhat.com <> | 2009-02-05 23:54:03 +0100 |
commit | 67a97e7236928709895a209fcf7fffc5dccb9438 (patch) | |
tree | eeffe818ea06b6d7adc834c87f5a00d5a1275bbc | |
parent | fa414217e1f3fdd4313f7afa3e5db7b8d92da436 (diff) | |
download | bugzilla-67a97e7236928709895a209fcf7fffc5dccb9438.tar.gz bugzilla-67a97e7236928709895a209fcf7fffc5dccb9438.tar.xz |
Bug 458853 - Add a "permissive" argument that allows Bug.get to return even if there are errors
Updated method history to show new changes.
-rwxr-xr-x | Bugzilla/WebService/Bug.pm | 14 |
1 files changed, 13 insertions, 1 deletions
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<permissive> 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<bugs> + +=over + =item assigned_to =item component @@ -865,6 +871,12 @@ in Bugzilla B<3.4>: =item status +=back + +=item C<faults> + +=back + =back =back |