[EMAIL PROTECTED] wrote: > The roadmap/milestone model doesn't apply well to the project I'm > working on. I'm wondering if there is a way to rename "Roadmap" and > "Milestone" or if there is a way to disable it permanently? > > I tried to disable it with this line in trac.ini, but the Roadmap tab > and webpage remain: > trac.ticket.roadmap.MilestoneModule = disabled
you also need to disable "trac.ticket.roadmap.RoadmapModule", or you can just do: trac.ticket.roadmap.* = disabled -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
