web/views/editforms.py
changeset 4252 6c4f109c2b03
parent 4236 9260403bfe0b
parent 4244 2c3de1953d00
child 4277 35cd057339b2
--- a/web/views/editforms.py	Mon Jan 18 19:05:08 2010 +0100
+++ b/web/views/editforms.py	Mon Jan 18 19:21:30 2010 +0100
@@ -2,7 +2,7 @@
 or a list of entities of the same type
 
 :organization: Logilab
-:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
+:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
@@ -77,7 +77,7 @@
     title = _('delete')
     # don't use navigation, all entities asked to be deleted should be displayed
     # else we will only delete the displayed page
-    need_navigation = False
+    paginable = False
 
     def call(self, onsubmit=None):
         """ask for confirmation before real deletion"""