Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 20:07 UTC
Updated:
25 Aug 2017 at 10:13 UTC
Jump to comment: Most recent
Comments
Comment #1
superbaloo commentedThat would be awesome, it maybe possible by storing clone of $view into something like $view->undo and adding a "log" in something like $view->undo_log
Okay, it would require to take care not to store too much "versions" of the view (mem problem) but like 10 views could be possible.
We could clear the cache after view save.
A redo option could be possible with something like $view->redo and log gets in $view->redo_log
Comment #2
dawehnerWhat about using views_object_cache system, and using the "updated" value.
So also redo is quite easy.
Comment #3
esmerel commentedComment #4
merlinofchaos commentedI suppose if someone wants to work on this.
Comment #5
mustanggb commented