goa/appobjects/components.py
changeset 2789 39712da6f397
parent 2381 caad2367d940
child 3023 7864fee8b4ec
--- a/goa/appobjects/components.py	Wed Aug 12 18:40:52 2009 +0200
+++ b/goa/appobjects/components.py	Wed Aug 12 19:09:32 2009 +0200
@@ -28,7 +28,7 @@
     __select__ = one_line_rset() & match_search_state('linksearch') & accept
 
     def cell_call(self, row, col):
-        entity = self.entity(0, 0)
+        entity = self.rset.get_entity(0, 0)
         role, eid, rtype, etype = self.req.search_state[1]
         assert entity.eid == typed_eid(eid)
         rset = entity.unrelated(rtype, etype, role, ordermethod='fetch_order')