web/views/tableview.py
branchstable
changeset 7900 e9b79f5c3571
parent 7883 cd98785b4a84
child 7907 08320697ca1a
child 7952 48330faf4cd7
--- a/web/views/tableview.py	Fri Sep 30 18:05:57 2011 +0200
+++ b/web/views/tableview.py	Fri Sep 30 18:08:00 2011 +0200
@@ -370,6 +370,7 @@
     def cell_call(self, row, col):
         _ = self._cw._
         entity = self.cw_rset.get_entity(row, col)
+        entity.complete()
         infos = {}
         for col in self.columns:
             meth = getattr(self, 'build_%s_cell' % col, None)