Closed
Bug 655652
Opened 14 years ago
Closed 13 years ago
Remove "internals" field from Product.get
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: glob, Assigned: LpSolit)
References
Details
Attachments
(1 file)
2.71 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
The "internals" field returned by Product.get should be removed, with the data it returns added to the top-level result:
default_milestone <string>
allows_unconfirmed <boolean>
classification_id <integer>
i'm not sure how to approach fields added by extensions; for example the voting ext adds votes_per_user and max_votes_per_bug to products.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
This blocks a blocker, so this is a blocker.
Severity: enhancement → normal
Flags: blocking4.2+
Target Milestone: --- → Bugzilla 4.2
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Comment on attachment 560745 [details] [diff] [review]
patch, v1
r=glob
Attachment #560745 -
Flags: review?(mkanat) → review+
![]() |
Assignee | |
Updated•13 years ago
|
Flags: approval4.2+
Flags: approval+
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/WebService/Product.pm
Committed revision 7967.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified Bugzilla/WebService/Product.pm
Committed revision 7935.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•