Closed
Bug 250835
Opened 21 years ago
Closed 21 years ago
Deleting a feed doesn't properly remove the items from the items data source
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: mscott)
References
Details
Attachments
(1 file)
|
1.08 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
1) Add a feed, download the articles for the feed.
2) Now delete the feed through the subscriptions UI
3) Restart
4) Add the same feed again.
5) Note that we don't re-download the articles and the folder is empty.
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.8
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 152827 [details] [diff] [review]
the fix
The existing code subscription.js was using wasn't properly getting the RDF
node for the feed being removed so it was never removing the outgoing arcs for
each item. Instead of fixing it, I just got rid of that code altogether and
re-used the existing code in newsblog.js which already does this.
Attachment #152827 -
Flags: superreview?(bienvenu)
Updated•21 years ago
|
Attachment #152827 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 3•20 years ago
|
||
*** Bug 305727 has been marked as a duplicate of this bug. ***
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Target Milestone: Thunderbird0.8 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•