web/views/ajaxedit.py
branchstable
changeset 7879 9aae456abab5
parent 6927 340aba0c8c9e
child 8190 2a3c1b787688
--- a/web/views/ajaxedit.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/web/views/ajaxedit.py	Wed Sep 28 09:27:42 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -70,7 +70,7 @@
         if getattr(self, 'etype', None):
             rset = entity.unrelated(self.rtype, self.etype, role(self),
                                     ordermethod='fetch_order')
-            self.pagination(self._cw, rset, w=self.w)
+            self.paginate(self._cw, rset=rset, w=self.w)
             return rset.entities()
         super(AddRelationView, self).unrelated_entities(self)