# HG changeset patch # User Sylvain Thénault # Date 1246368149 -7200 # Node ID 009e2856afcb17b8e10e437d10a9eac2dbc77ab1 # Parent fc1447fe94dfc50b8cdbb8e05a5c31e39b7fa5b4 columns_labels is an AnyRsetView method... diff -r fc1447fe94df -r 009e2856afcb web/views/tableview.py --- 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')