web/views/plots.py
branchstable
changeset 3689 deb13e88e037
parent 3338 cd137d90f896
child 3714 3cb7dcd9ae77
--- a/web/views/plots.py	Thu Oct 15 18:43:04 2009 +0200
+++ b/web/views/plots.py	Thu Oct 15 20:29:21 2009 +0200
@@ -177,7 +177,7 @@
 
         def _guess_vid(self, row):
             etype = self.rset.description[row][0]
-            if self.schema.eschema(etype).is_final():
+            if self.schema.eschema(etype).final:
                 return 'final'
             return 'textincontext'