web/views/undohistory.py
changeset 8292 6f2de09b29e8
parent 8273 6c7cad317e60
child 10662 10942ed172de
--- a/web/views/undohistory.py	Mon Feb 27 18:15:23 2012 +0100
+++ b/web/views/undohistory.py	Fri Mar 02 09:44:58 2012 +0100
@@ -20,7 +20,7 @@
 _ = unicode
 
 
-from logilab.common.registry import Predicate, yes
+from logilab.common.registry import Predicate
 
 from cubicweb import UnknownEid, tags, transaction as tx
 from cubicweb.view import View, StartupView
@@ -58,7 +58,6 @@
 
 class UndoHistoryView(StartupView):
     __regid__ = 'undohistory'
-    __select__ = yes()
     title = _('Undoing')
     item_vid = 'undoable-transaction-view'
     cache_max_age = 0