Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10955


Ignore:
Timestamp:
Nov 15, 2012, 10:11:31 AM (11 years ago)
Author:
Thijs Triemstra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10955 – Description

    initial v1  
    55
    66This issue not exists in query page, seems below code in query.py fix this:
     7{{{
     8#!python
    79        wikify = set(f['name'] for f in self.fields
    810                     if f['type'] == 'text' and f.get('format') == 'wiki')
     
    1416                                  desc=(col == self.order and not self.desc))
    1517        } for col in cols]
    16 
    17 
    18 
     18}}}