Opened 16 years ago
Closed 16 years ago
#7547 closed defect (wontfix)
missing tabs in main navigation bar
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | project | Version: | 0.11 |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I recently upgraded a Trac installation to 0.11. Now in two of the projects, the main navigation bar displays only the "Wiki" tab. In one of the projects, I also get a "New Ticket" tab when I log in. In the other I don't. Neither project shows timeline, roadmap, browser, tickets, or search. The logs show nothing out of the ordinary.
I attach one of the trac.ini files. It looks safe to me.
Attachments (1)
Change History (6)
by , 16 years ago
comment:1 by , 16 years ago
Version: | → 0.11 |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
This turns out to be a permission problem. When I browse to the /report subdirectory by hand, it tells me that I lack REPORT_VIEW permission. I'm logged in and I have that privilege according to trac-admin. So this is a privilege bug, not a web bug.
comment:4 by , 16 years ago
Keywords: | needinfo added |
---|
Try adding the following line to the [trac]
section:
permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
It's the default value, so it shouldn't make a difference, but you might want to try anyway.
Please post the output of:
trac-admin /path/to/trac/environment permission list
The OS is Fedora 7. The web server is Apache 2.2.8. The Python is 2.5.