diff -r e5d636081571 -r 4da49700b06a web/views/actions.py --- a/web/views/actions.py Tue Mar 13 14:11:40 2012 +0100 +++ b/web/views/actions.py Thu Mar 15 14:26:12 2012 +0100 @@ -86,7 +86,7 @@ "Select entities having public (i.e. end-user) undoable transactions." def score_entity(self, entity): - if not entity._cw.vreg.config['undo-support']: + if not entity._cw.vreg.config['undo-enabled']: return 0 if entity._cw.cnx.undoable_transactions(eid=entity.eid): return 1