web/views/xmlrss.py
changeset 3720 5376aaadd16b
parent 3460 e4843535db25
parent 3689 deb13e88e037
child 4023 eae23c40627a
equal deleted inserted replaced
3678:29f74716fd70 3720:5376aaadd16b
    87                 tag = labels[colindex]
    87                 tag = labels[colindex]
    88                 attrs = {}
    88                 attrs = {}
    89                 if '(' in tag:
    89                 if '(' in tag:
    90                     attrs['expr'] = tag
    90                     attrs['expr'] = tag
    91                     tag = 'funccall'
    91                     tag = 'funccall'
    92                 if val is not None and not eschema(etype).is_final():
    92                 if val is not None and not eschema(etype).final:
    93                     attrs['eid'] = val
    93                     attrs['eid'] = val
    94                     # csvrow.append(val) # val is eid in that case
    94                     # csvrow.append(val) # val is eid in that case
    95                     val = self._cw.view('textincontext', rset,
    95                     val = self._cw.view('textincontext', rset,
    96                                         row=rowindex, col=colindex)
    96                                         row=rowindex, col=colindex)
    97                 else:
    97                 else: