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)
support.mozilla.org
Users and Groups
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.
Updated•14 years ago
|
Target Milestone: 2011Q2 → 2011Q3
| Reporter | ||
Updated•14 years ago
|
Target Milestone: 2011Q3 → ---
Comment 1•12 years ago
|
||
Maybe we should have a trash folder instead of an undo button?
Comment 2•12 years ago
|
||
is this getting added to the next sprint as would be good
Updated•12 years ago
|
Component: Users and Groups → General
Updated•11 years ago
|
Component: General → Users and Groups
Target Milestone: --- → Future
Updated•8 years ago
|
Priority: P3 → P4
Whiteboard: [pm][pm-ux] → [pm][pm-ux][feature-request]
Comment 3•8 years ago
|
||
(In reply to Andrew Truong [:feer56] [:andrewtruong] from comment #1)
> Maybe we should have a trash folder instead of an undo button?
+1
You need to log in
before you can comment on or make changes to this bug.
Description
•