Closed
Bug 847810
Opened 12 years ago
Closed 12 years ago
Podcasts app has a race condition on delete
Categories
(Marketplace Graveyard :: Reference Apps, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tofumatt, Assigned: tofumatt)
Details
(Whiteboard: u=user c=refapps p=1 s=2013.3)
When deleting a podcast, a race condition exists and is usually triggered. The code should use the success callback of the model's destroy method, but instead it tries to render the list of podcasts during delete and everything gets mucked up.
| Assignee | ||
Comment 1•12 years ago
|
||
I fixed it; just filing for posterity!
https://github.com/mozilla/high-fidelity/commit/98dda052ac5c1d905cbfe9cf03fe91760b1a6e4b
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•