Changes between Initial Version and Version 1 of Ticket #8699


Ignore:
Timestamp:
Apr 12, 2011, 10:26:38 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8699 – Description

    initial v1  
    11I tried to install the TracJsGanttPlugin and follow all the instructions on the main page. However, when I try to invoke the plugin, using the following instruction:
    2 
     2{{{
    33[[TracJSGanttChart(milestone=BACEN)]]
    4 
     4}}}
    55It just renders a red box with the message: "Error: Macro TracJSGanttChart(milestone=BACEN) failed" and no more information. I commented all fields that are not being used. This are the configuration:
    66
     7{{{
    78[trac-jsgantt]
    89# To work with Timing and Estimation for percent complete
     
    2122date_format = %Y-%m-%d
    2223milestone_type = milestone
    23 
     24}}}
    2425I also tried to uncomment fileds.start and fields.finish, but the only chance is that the red error box show "userstart" as and additional error message.