0

I am using AdvancedTicketWorkflowPlugin 0.10dev and I have created my own ticket state (claimed_fixed). Everything seems to work, but changes about claiming fixed are not visible in the timeline. I checked timeline section in trac.ini, but haven't found and place I need to change. What I have to do, to make it visible?

gruszczy
  • 40,948
  • 31
  • 128
  • 181

1 Answers1

1

Try setting

[timeline]
ticket_show_details = true

in your trac.ini, then on the timeline page click the "Ticket updates" checkbox and the "Update" button.

retracile
  • 12,167
  • 4
  • 35
  • 42