should affect cw_row/cw_col
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Aug 2009 20:02:25 +0200
changeset 2889 5b42222d3b88
parent 2888 5492bafa4f17
child 2890 fdcb8a2bb6eb
should affect cw_row/cw_col
web/views/primary.py
--- a/web/views/primary.py	Mon Aug 17 20:02:07 2009 +0200
+++ b/web/views/primary.py	Mon Aug 17 20:02:25 2009 +0200
@@ -38,7 +38,8 @@
         return []
 
     def cell_call(self, row, col):
-        self.row = row
+        self.cw_row = row
+        self.cw_col = col
         self.maxrelated = self.req.property_value('navigation.related-limit')
         entity = self.complete_entity(row, col)
         self.render_entity(entity)