author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 30 Jun 2009 15:22:29 +0200 | |
branch | stable |
changeset 2206 | 009e2856afcb |
parent 2205 | fc1447fe94df |
child 2207 | 5fad58e603f4 |
--- a/web/views/tableview.py Tue Jun 30 15:19:31 2009 +0200 +++ b/web/views/tableview.py Tue Jun 30 15:22:29 2009 +0200 @@ -108,7 +108,7 @@ # get rql description first since the filter form may remove some # necessary information mainindex = self.main_var_index() - computed_labels = rset.columns_labels(mainindex) + computed_labels = self.columns_labels(mainindex) hidden = True if not subvid and 'subvid' in req.form: subvid = req.form.pop('subvid')