Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4ea558d4
Commit
4ea558d4
authored
Feb 14, 2012
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 727240: The POD for Bug.attachments is wrong about the format of the returned data
r=dkl a=LpSolit
parent
6807999c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
Bug.pm
Bugzilla/WebService/Bug.pm
+6
-12
No files found.
Bugzilla/WebService/Bug.pm
View file @
4ea558d4
...
...
@@ -1235,19 +1235,14 @@ value looks like this:
{
bugs => {
1345 => {
attachments => [
1345 => [
{ (attachment) },
{ (attachment) }
]
},
9874 => {
attachments => [
],
9874 => [
{ (attachment) },
{ (attachment) }
]
},
],
},
attachments => {
...
...
@@ -1258,9 +1253,8 @@ value looks like this:
The attachments of any bugs that you specified in the C<ids> argument in
input are returned in C<bugs> on output. C<bugs> is a hash that has integer
bug IDs for keys and contains a single key, C<attachments>. That key points
to an arrayref that contains attachments as a hash. (Fields for attachments
are described below.)
bug IDs for keys and the values are arrayrefs that contain hashes as attachments.
(Fields for attachments are described below.)
For any attachments that you specified directly in C<attachment_ids>, they
are returned in C<attachments> on output. This is a hash where the attachment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment