summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authordkl%redhat.com <>2009-02-05 23:54:03 +0100
committerdkl%redhat.com <>2009-02-05 23:54:03 +0100
commit67a97e7236928709895a209fcf7fffc5dccb9438 (patch)
treeeeffe818ea06b6d7adc834c87f5a00d5a1275bbc /Bugzilla
parentfa414217e1f3fdd4313f7afa3e5db7b8d92da436 (diff)
downloadbugzilla-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.
Diffstat (limited to 'Bugzilla')
-rwxr-xr-xBugzilla/WebService/Bug.pm14
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