--- 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