In 0.11.1 the roadmap nav requires ROADMAP_VIEW in order for it to show up in the navigation.
http://trac.edgewall.org/browser/tags/trac-0.11.1/trac/ticket/roadmap.py#L306 What's strange is that in 0.11.1 ROADMAP_VIEW was the only permission associated with the URL itself. In the current 0.11.x code, this now also provides the relevant actions for ROADMAP_ADMIN. http://trac.edgewall.org/browser/tags/trac-0.11.4/trac/ticket/roadmap.py#L306 Is your trac/ticket/roadmap.py patched somehow? Either way, sounds like granting ROADMAP_VIEW to anyone with ROADMAP_ADMIN would solve the problem. On Tue, Jun 16, 2009 at 7:51 AM, David Brown<[email protected]> wrote: > > > I've got trac 0.11.1 installed (since that's the current Debian > version), though I can update that if needed. > > I've been trying to set up a trac server with different sets of > permissions for different groups of people. For example, I have a group > "manager" who are allowed to view, create and modify some features, but > don't have all administrator permissions. The permissions they have are: > > MILESTONE_ADMIN > REPORT_ADMIN > TICKET_CREATE > TICKET_MODIFY > TICKET_VIEW > TIMELINE_VIEW > WIKI_CREATE > WIKI_MODIFY > > > My problem at the moment is that when logged in as a "manager", there is > no "Roadmap" button between "Timeline" and "View Tickets" (there is no > "Browse Source" either, but that's intentional - they don't have > BROWSER_VIEW permission). > > If I type the URL "...project/roadmap/" directly in a browser, the > "manager" has full access to view, modify and add milestones as > expected. It's just the standard "Roadmap" button that's missing. > > Am I doing something wrong here, or have I found a bug? > > mvh., > > David > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
