Changes between Initial Version and Version 4 of Ticket #8859


Ignore:
Timestamp:
Jul 4, 2011, 8:00:54 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

The patch in #8679 should resolve at least one of your errors (the traceback in that ticket is the same as what you've posted here).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8859

    • Property Status changed from new to assigned
  • Ticket #8859 – Description

    initial v4  
    1212
    1313From the trac.log file in DEBUG Mode:
    14 
     14{{{
    151503,713 Trac[query] DEBUG: Query SQL: SELECT t.id AS id,t.description AS description,t.owner AS owner,t.type AS type,t.status AS status,t.summary
    1616AS summary,t.milestone AS milestone,t.priority AS priority,t.time AS time,t.changetime AS changetime,priority.value AS priority_value
     
    3737  File "/usr/local/lib/python2.6/dist-packages/Trac_jsGantt-0.5-py2.6.egg/tracjsgantt/tracjsgantt.py", line 401, in _finish
    3838    elif ticket[self.fields['succ']] != []:
     39}}}