Closed
Bug 554536
Opened 16 years ago
Closed 16 years ago
Bug.fields should not be sending the "values" item for fields that cannot have values
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file)
|
1.59 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
To make it clear that some fields can have values and some can't, instead of sending an empty array for fields that can't have values, we just shouldn't be sending the "values" item.
Flags: blocking3.6+
| Assignee | ||
Comment 1•16 years ago
|
||
This only sends value_field and values for fields that can actually have them.
Updated•16 years ago
|
Attachment #434443 -
Flags: review?(dkl) → review+
Comment 2•16 years ago
|
||
Comment on attachment 434443 [details] [diff] [review]
v1
Looks good and works as expected. r=dkl
Updated•16 years ago
|
Flags: approval?
Flags: approval3.6?
| Assignee | ||
Updated•16 years ago
|
Flags: approval?
Flags: approval3.6?
Flags: approval3.6+
Flags: approval+
| Assignee | ||
Updated•16 years ago
|
Target Milestone: --- → Bugzilla 3.6
| Assignee | ||
Comment 3•16 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/WebService/Bug.pm
Committed revision 7089.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified Bugzilla/WebService/Bug.pm
Committed revision 7051.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•