Closed
Bug 486142
Opened 17 years ago
Closed 17 years ago
Sharing API New Functionality: Unsubscribe from Collection
Categories
(addons.mozilla.org Graveyard :: Collections, defect, P1)
addons.mozilla.org Graveyard
Collections
Tracking
(Not tracked)
RESOLVED
FIXED
BW-M4
People
(Reporter: mackers, Assigned: lorchard)
References
Details
Attachments
(1 file)
14.35 KB,
patch
|
wenzel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-gb) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1
Build Identifier:
As per bug 481409, we need an API call to allow the user to unsubscribe directly from the extension.
Input: 1) a collection id and 2) the extension guid.
Result: the extension is removed from the collection.
Reproducible: Always
![]() |
Reporter | |
Comment 1•17 years ago
|
||
Eh, sorry got a little confused there.
Input: 1) a collection id.
Result: the collection is removed from the user's subscribed collections.
Summary: Sharing API New Functionality: Unsubscribe Extension from Collection → Sharing API New Functionality: Unsubscribe from Collection
Updated•17 years ago
|
Assignee: nobody → lorchard
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → BW-M4
Updated•17 years ago
|
Priority: -- → P1
Assignee | ||
Comment 2•17 years ago
|
||
This patch enables subscribe/unsubscribe in response to a PUT to a collection URL with subscribe={yes,no} as one of the parameters.
Currently, this is mainly useful for unsubscribing from the collections that appear listed in the service doc, having been subscribed to from the website.
Attachment #372134 -
Flags: review?(fwenzel)
Updated•17 years ago
|
Attachment #372134 -
Flags: review?(fwenzel) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checked in as r24423
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•