Closed Bug 656396 Opened 15 years ago Closed 6 years ago

Undo deletes in private messages

Categories

(support.mozilla.org :: Users and Groups, task, P4)

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: jsocol, Unassigned)

References

Details

(Whiteboard: [pm][pm-ux][feature-request])

It should be possible to undo deletes in private messages--at least for a small window. A couple of suggested implementations: * Ajaxify delete and use set/clearTimeout to not post the request immediately. * Add a "deleted" column and wipe out deleted objects on a cron.[1] * Use delayed tasks but make the task check something before actually deleting. [1] If we used a nullable datetime column we could have a cron that only wiped out messages that had been deleted for >1min, and consider messages "not deleted" if deleted IS NULL. With a bool, we run the risk of a message getting deleted by the cron while the "undo" should still be available.
Target Milestone: 2011Q2 → 2011Q3
Target Milestone: 2011Q3 → ---
Maybe we should have a trash folder instead of an undo button?
is this getting added to the next sprint as would be good
Component: Users and Groups → General
Component: General → Users and Groups
Target Milestone: --- → Future
Priority: P3 → P4
Whiteboard: [pm][pm-ux] → [pm][pm-ux][feature-request]
See Also: → 1414515
(In reply to Andrew Truong [:feer56] [:andrewtruong] from comment #1) > Maybe we should have a trash folder instead of an undo button? +1
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.