web/views/xmlrss.py
changeset 3720 5376aaadd16b
parent 3460 e4843535db25
parent 3689 deb13e88e037
child 4023 eae23c40627a
--- a/web/views/xmlrss.py	Thu Oct 15 11:20:26 2009 +0200
+++ b/web/views/xmlrss.py	Mon Oct 19 15:16:41 2009 +0200
@@ -89,7 +89,7 @@
                 if '(' in tag:
                     attrs['expr'] = tag
                     tag = 'funccall'
-                if val is not None and not eschema(etype).is_final():
+                if val is not None and not eschema(etype).final:
                     attrs['eid'] = val
                     # csvrow.append(val) # val is eid in that case
                     val = self._cw.view('textincontext', rset,