]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 458853 - Add a "permissive" argument that allows Bug.get to return even if there...
authordkl%redhat.com <>
Thu, 5 Feb 2009 22:54:03 +0000 (22:54 +0000)
committerdkl%redhat.com <>
Thu, 5 Feb 2009 22:54:03 +0000 (22:54 +0000)
Updated method history to show new changes.

Bugzilla/WebService/Bug.pm

index 09d88f8aec2c258d5be5f85114373d250021217d..af46647b35607f079b6caa63e35f7b9139e50147 100755 (executable)
@@ -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