branch | stable |
changeset 6255 | e2d51d6ba654 |
parent 6246 | 62e25fac41cd |
child 6279 | 42079f752a9c |
child 6283 | c827fa795a6b |
--- a/web/views/primary.py Thu Sep 16 11:26:55 2010 +0200 +++ b/web/views/primary.py Thu Sep 16 11:27:26 2010 +0200 @@ -159,7 +159,7 @@ try: rview = self._cw.vreg['views'].select( vid, self._cw, rset=entity.cw_rset, row=entity.cw_row, - col=entity.cw_col, dispctrl=dispctrl) + col=entity.cw_col, dispctrl=dispctrl, rtype=rschema, role=role) except NoSelectableObject: continue self.w(u'<div class="section">')