Closed
Bug 1023725
Opened 11 years ago
Closed 11 years ago
Rename Bug.flag_types webservice call to FlagType.get
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: mail, Assigned: mail)
Details
(Keywords: APIchange)
Attachments
(1 file)
|
14.36 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
Bug 756048 added the Bug.flag_types RPC call to get flag type information about a certain product (or component within a product). The Bug space is not the correct place for this, and it should be moved to the FlagType space. It's inputs are product and component, not bug ids.
Since this feature is added in Bugzilla 5.0 (brc backported it to 4.4, but it seems bmo didn't), we can safely rename it before Bugzilla 5.0 is released.
| Assignee | ||
Comment 1•11 years ago
|
||
Sorry glob. I have to give this to you since dkl was involved in the writing the original Bug.flag_types code.
As discussed on IRC, we've standardised the REST call to /flag_type/ (both flagtype and flag_types were been used until now). I also made the REST calls actually worked (I'm now testing REST as well as RPC)
Attachment #8439661 -
Flags: review?(glob)
Comment on attachment 8439661 [details] [diff] [review]
bug1023725-v1.patch
Review of attachment 8439661 [details] [diff] [review]:
-----------------------------------------------------------------
r=glob
nice :)
Attachment #8439661 -
Flags: review?(glob) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
d596739..0898458 master -> master
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•