History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: CHD-37
Type: Improvement Improvement
Status: Open Open
Assignee: Unassigned
Reporter: Brenan Cavish
Votes: 0
Watchers: 0
Operations

Clone this issue
If you were logged in you would be able to see more operations.
Cerberus Helpdesk

Super Sort undo

Created: 09/Jul/07 07:28 PM   Updated: 01/Aug/09 11:04 PM
Fix Version/s: An Ounce of Prevention

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description   
Would be potentially useful to undo an incorrect super sort. (oh i shouldn't have done that he thinks)

 All   Comments   Work Log   Change History      Sort Order:
Comment by Jeff Standen [WGM] [09/Jul/07 08:08 PM]
hehe theoretically one could undo a supersort, but on 17000 rows it's not as easy to keep in the session -- especially since w/ a search they may have had disparate original values. The other issue would be looking up 17000 rows to get the original values before deleting them (which is what undo does).

17000 snapshots to revert wouldn't be very fun or fast. it's easy to code, but could lead to PHP memory probs on default 8MB

Possibly we could move the undo functionality out of the session and simply serialize it in the ticket table or an intermediary table -- then there's not really an upper limit, just an extra cost to the first action (spam/delete) and some junk hanging around in the DB.