equal
deleted
inserted
replaced
523 |
523 |
524 vid = 'list' |
524 vid = 'list' |
525 |
525 |
526 def render_body(self, w): |
526 def render_body(self, w): |
527 rset = self.entity.related(self.rtype, role(self)) |
527 rset = self.entity.related(self.rtype, role(self)) |
528 self.wview(self.vid, rset) |
528 self._cw.view(self.vid, rset, w=w) |
529 |
529 |
530 |
530 |
531 # old contextual components, deprecated ######################################## |
531 # old contextual components, deprecated ######################################## |
532 |
532 |
533 class EntityVComponent(Component): |
533 class EntityVComponent(Component): |