Changes between Initial Version and Version 1 of Ticket #9714


Ignore:
Timestamp:
Jan 21, 2012, 10:02:25 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9714 – Description

    initial v1  
    11Trac JsGantt plugin fails to generate the chart with the following log error message:
    22---
     3{{{
    342012-01-20 17:44:43,257 Trac[formatter] ERROR: Macro TracJSGanttChart(milestone=Milestone1, res=0, format=quarter) failed:
    45Traceback (most recent call last):
     
    1415    self.tickets.sort(key=itemgetter('wbs'))
    1516KeyError: 'wbs'
     17}}}
    1618---
    1719The ChildTickets plugin requires a '#' sign before the ticket number as a parent field value, which seems to be causing the problem.