Changes between Initial Version and Version 5 of Ticket #11709


Ignore:
Timestamp:
Dec 1, 2018, 4:07:04 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11709 – Description

    initial v5  
    33it fails with different error messages.
    44
    5 
    65For example when all ticket types are removed I get this debugging error message:
    7 ---
     6{{{
    87  File "build/bdist.linux-i686/egg/tracjsgantt/tracpm.py", line 473, in isMilestone
    98    return ticket['type'] == self.goalTicketType
    109KeyError: 'type'
    11 ---
    12 
     10}}}
    1311
    1412I would like to use Trac jsGantt plugin without priorities, ticket types or severities, but currently jsGantt can not handle these cases.
    1513
    16 
     14{{{
    1715Trac_jsGantt-0.10_r13868
    1816Trac 1.0.1
     17}}}